Changeset 52357 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Aug 11, 2014 8:24:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r52356 r52357 381 381 VBoxSupLib_SOURCES = \ 382 382 $(KBUILD_TARGET)/VBoxSupLib-$(KBUILD_TARGET).cpp 383 VBoxSupLib_LIBS.win = \ 384 kernel32.lib \ 385 $(SUPR3HardenedStatic_1_TARGET) 383 VBoxSupLib_LIBS.win.x86 = \ 384 $(PATH_TOOL_$(TEMPLATE_VBOXR3STATIC_TOOL.win.x86)_LIB)/libcmt$(VBOX_VCC_CRT_TYPE).lib # for __chkstk 385 VBoxSupLib_LIBS.win.amd64 = \ 386 $(PATH_TOOL_$(TEMPLATE_VBOXR3STATIC_TOOL.win.amd64)_LIB)/libcmt$(VBOX_VCC_CRT_TYPE).lib # for __chkstk 386 387 387 388
Note:
See TracChangeset
for help on using the changeset viewer.