- Timestamp:
- May 12, 2011 2:18:38 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71682
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/InstallHelper/Makefile.kmk
r36497 r37052 34 34 VBoxInstallHelper_SOURCES += internal/VBoxSerial.cpp 35 35 endif 36 36 37 VBoxInstallHelper_SDKS = WINPSDK W2K3DDK 37 38 VBoxInstallHelper_LIBS = $(PATH_SDK_W2K3DDK_LIB)/Msi.lib 38 39 ifdef VBOX_WITH_NETFLT 39 40 VBoxInstallHelper_LIBS += \ 40 $(WinNetConfig_1_TARGET)\41 $(VBoxDrvCfg_1_TARGET)\41 $(PATH_LIB)/WinNetConfig.lib \ 42 $(PATH_LIB)/VBoxDrvCfg.lib \ 42 43 $(PATH_TOOL_$(VBOX_VCC_TOOL)_LIB)/comsupp.lib \ 43 44 $(PATH_SDK_WINPSDK_LIB)/WbemUuid.Lib
Note:
See TracChangeset
for help on using the changeset viewer.