Changeset 17354 in vbox
- Timestamp:
- Mar 4, 2009 5:12:12 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r17264 r17354 1225 1225 LIB_SETTINGS = $(PATH_LIB)/VBoxSettings.lib 1226 1226 endif 1227 VBOX_LIB_SUPHARDENED = $(PATH_LIB)/SUPR3HardenedStatic$(VBOX_SUFF_LIB) 1227 VBOX_LIB_SUPHARDENED = $(PATH_LIB)/SUPR3HardenedStatic$(VBOX_SUFF_LIB) 1228 VBOX_LIB_RUNTIME_STATIC = $(PATH_LIB)/RuntimeR3$(VBOX_SUFF_LIB) 1228 1229 1229 1230 # Python -
trunk/src/VBox/Runtime/Makefile.kmk
r17080 r17354 161 161 # RuntimeR3 - Static Runtime for Ring-3 executables. 162 162 # 163 RuntimeR3_TEMPLATE = VBOXR3 EXE163 RuntimeR3_TEMPLATE = VBOXR3STATIC 164 164 RuntimeR3_SDKS.win = WINPSDK W2K3DDK 165 165 RuntimeR3_DEFS = IN_RT_R3 IN_SUP_R3 LDR_WITH_NATIVE LDR_WITH_ELF32 LDR_WITH_PE RT_WITH_VBOX
Note:
See TracChangeset
for help on using the changeset viewer.