Changeset 36497 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Apr 1, 2011 1:18:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/InstallHelper/Makefile.kmk
r36487 r36497 5 5 6 6 # 7 # Copyright (C) 2008-201 0Oracle Corporation7 # Copyright (C) 2008-2011 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 37 37 VBoxInstallHelper_LIBS = $(PATH_SDK_W2K3DDK_LIB)/Msi.lib 38 38 ifdef VBOX_WITH_NETFLT 39 VBoxInstallHelper_LIBS += $(TARGET_WinNetConfig) \ 40 $(TARGET_VBoxDrvCfg) \ 39 VBoxInstallHelper_LIBS += \ 40 $(WinNetConfig_1_TARGET) \ 41 $(VBoxDrvCfg_1_TARGET) \ 41 42 $(PATH_TOOL_$(VBOX_VCC_TOOL)_LIB)/comsupp.lib \ 42 $(PATH_SDK_WINPSDK_LIB)/WbemUuid.Lib43 $(PATH_SDK_WINPSDK_LIB)/WbemUuid.Lib 43 44 endif 44 45
Note:
See TracChangeset
for help on using the changeset viewer.