Changeset 42303 in vbox for trunk/src/VBox/Additions/WINNT/SharedFolders/np/Makefile.kmk
- Timestamp:
- Jul 22, 2012 1:31:18 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/SharedFolders/np/Makefile.kmk
r42219 r42303 21 21 DLLS += VBoxMRXNP 22 22 VBoxMRXNP_TEMPLATE = VBOXGUESTR3DLL 23 VBoxMRXNP_DEFS= LOG_TO_BACKDOOR UNICODE WIN32_LEAN_AND_MEAN=123 VBoxMRXNP_DEFS = LOG_TO_BACKDOOR UNICODE WIN32_LEAN_AND_MEAN=1 24 24 #VBoxMRXNP_DEFS += LOG_ENABLED 25 ifeq ($(VBOX_WINDDK_GST),W2K3DDK) 26 VBoxMRXNP_SDKS = ReorderCompilerIncs WINDDK 27 VBoxMRXNP_DEFS += _WIN32_WINNT=0x0500 28 else 29 VBoxMRXNP_SDKS = ReorderCompilerIncs $(VBOX_WINDDK_GST_W2K) 30 endif 25 VBoxMRXNP_SDKS = ReorderCompilerIncs $(VBOX_WINDDK_GST_W2K) 31 26 32 27 VBoxMRXNP_SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.