Changeset 42219 in vbox for trunk/src/VBox
- Timestamp:
- Jul 18, 2012 11:58:15 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79237
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/Makefile.kmk
r42154 r42219 28 28 VBoxDisp_SYSSUFF = .dll 29 29 VBoxDisp_SDKS = ReorderCompilerIncs $(VBOX_WINDDK_GST_NT4) 30 VBoxDisp_DEFS = _WIN32_WINNT=0x0501 VBOX_WITH_DDRAW 30 VBoxDisp_DEFS.x86 = _WIN32_WINNT=0x0501 31 VBoxDisp_DEFS = VBOX_WITH_DDRAW 31 32 VBoxDisp_DEFS += LOG_TO_BACKDOOR #LOG_ENABLED 32 33 ifdef VBOX_WITH_VIDEOHWACCEL -
trunk/src/VBox/Additions/WINNT/SharedFolders/np/Makefile.kmk
r42154 r42219 21 21 DLLS += VBoxMRXNP 22 22 VBoxMRXNP_TEMPLATE = VBOXGUESTR3DLL 23 VBoxMRXNP_DEFS = LOG_TO_BACKDOOR UNICODE WIN32_LEAN_AND_MEAN=1 24 #VBoxMRXNP_DEFS += LOG_ENABLED 23 25 ifeq ($(VBOX_WINDDK_GST),W2K3DDK) 24 VBoxMRXNP_SDKS = ReorderCompilerIncs WINDDK 26 VBoxMRXNP_SDKS = ReorderCompilerIncs WINDDK 27 VBoxMRXNP_DEFS += _WIN32_WINNT=0x0500 25 28 else 26 VBoxMRXNP_SDKS= ReorderCompilerIncs $(VBOX_WINDDK_GST_W2K)29 VBoxMRXNP_SDKS = ReorderCompilerIncs $(VBOX_WINDDK_GST_W2K) 27 30 endif 28 VBoxMRXNP_DEFS = LOG_TO_BACKDOOR _WIN32_WINNT=0x0500 UNICODE WIN32_LEAN_AND_MEAN=129 #VBoxMRXNP_DEFS += LOG_ENABLED30 31 31 32 VBoxMRXNP_SOURCES = \ -
trunk/src/VBox/Runtime/Makefile.kmk
r42154 r42219 1582 1582 # 1583 1583 RuntimeR0Drv_TEMPLATE = VBoxR0DrvLib 1584 RuntimeR0Drv_SDKS.win = $(VBOX_WINDDK) $(VBOX_WINPSDK)INCS1584 RuntimeR0Drv_SDKS.win = ReorderCompilerIncs $(VBOX_WINDDK) $(VBOX_WINPSDK)INCS 1585 1585 RuntimeR0Drv_DEFS = IN_RT_R0 RT_WITH_VBOX RT_WITHOUT_NOCRT_WRAPPERS RT_NO_EXPORT_SYMBOL 1586 1586 RuntimeR0Drv_DEFS.win = IN_SUP_R0
Note:
See TracChangeset
for help on using the changeset viewer.