Changeset 42154 in vbox for trunk/src/VBox/Additions/WINNT/SharedFolders/np
- Timestamp:
- Jul 13, 2012 11:00:53 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/SharedFolders/np/Makefile.kmk
r41477 r42154 21 21 DLLS += VBoxMRXNP 22 22 VBoxMRXNP_TEMPLATE = VBOXGUESTR3DLL 23 VBoxMRXNP_SDKS = WINDDK 23 ifeq ($(VBOX_WINDDK_GST),W2K3DDK) 24 VBoxMRXNP_SDKS = ReorderCompilerIncs WINDDK 25 else 26 VBoxMRXNP_SDKS = ReorderCompilerIncs $(VBOX_WINDDK_GST_W2K) 27 endif 24 28 VBoxMRXNP_DEFS = LOG_TO_BACKDOOR _WIN32_WINNT=0x0500 UNICODE WIN32_LEAN_AND_MEAN=1 25 29 #VBoxMRXNP_DEFS += LOG_ENABLED
Note:
See TracChangeset
for help on using the changeset viewer.