儲存庫 vbox 的更動 107122
- 時間撮記:
- 2024-11-22 下午03:42:33 (4 月 以前)
- svn:sync-xref-src-repo-rev:
- 166091
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/libs/zlib-1.2.13/Makefile.kmk
r106855 r107122 71 71 # Builds a Windows DLL in a separate tree so that it can be found by the scons build system. 72 72 # Required for building NSIS (Windows Guest Additions installer) from source. 73 if defined(VBOX_WITH_ADDITIONS) ||!defined(VBOX_WITHOUT_ADDITIONS)73 if defined(VBOX_WITH_ADDITIONS) && !defined(VBOX_WITHOUT_ADDITIONS) 74 74 DLLS.win += nsis-zlib-dll 75 75 nsis-zlib-dll_EXTENDS := VBox-zlib … … 89 89 nsis-zlib-install_SOURCES = \ 90 90 $(nsis-zlib-dll_1_TARGET) \ 91 $(basename $(nsis-zlib-dll_1_TARGET)).lib=>lib/zlib.lib \ 92 $(basename $(nsis-zlib-dll_1_TARGET)).lib=>lib/zlib1.lib \ 93 zconf.h=>include/zconf.h \ 94 zlib.h=>include/zlib.h 91 $(basename $(nsis-zlib-dll_1_TARGET)).lib=>zdll.lib \ 92 zconf.h \ 93 zlib.h 95 94 endif 96 95
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器