Changeset 42219 in vbox for trunk/src/VBox/Additions/WINNT/SharedFolders
- Timestamp:
- Jul 18, 2012 11:58:15 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79237
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 = \
Note:
See TracChangeset
for help on using the changeset viewer.