Changeset 9507 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Jun 8, 2008 3:09:23 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31778
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/Makefile.kmk
r8760 r9507 25 25 26 26 SYSMODS += VBoxDisp 27 ifdef VBOX_WITH_64BIT_ADDITIONS 28 VBoxDisp_TEMPLATE = VBOXGUESTR0 29 else 27 30 VBoxDisp_TEMPLATE = VBOXW32GUESTR0 31 endif 28 32 ifdef VBOX_SIGN_ADDITIONS 29 33 VBoxDisp_NOINST = true 30 34 endif 35 VBoxDisp_SYSSUFF = .dll 36 ifndef VBOX_WITH_64BIT_ADDITIONS 31 37 VBoxDisp_SDKS = W2K3DDKX86 WINPSDKINCS 32 VBoxDisp_SYSSUFF = .dll 38 endif 33 39 VBoxDisp_DEFS = _WIN32_WINNT=0x0501 LOG_TO_BACKDOOR VBOX_WITH_DDRAW VBOX_WITH_OPENGL 34 40 VBoxDisp_INCS = ../../include … … 52 58 VBoxDisp.def \ 53 59 VBoxDisp.rc 60 ifdef VBOX_WITH_64BIT_ADDITIONS 61 VBoxDisp_LDFLAGS.x86 = /Entry:DrvEnableDriver@12 62 VBoxDisp_LDFLAGS.amd64 = /Entry:DrvEnableDriver 63 VBoxDisp_LIBS = \ 64 $(PATH_SDK_W2K3DDK_LIB)/win32k.lib \ 65 $(VBOX_LIB_IPRT_GUEST_R0) 66 else 54 67 VBoxDisp_LDFLAGS = /Entry:DrvEnableDriver@12 55 68 VBoxDisp_LIBS = \ … … 57 70 $(PATH_SDK_W2K3DDKX86_LIB)/win32k.lib \ 58 71 $(PATH_LIB)/additions/RuntimeW32GuestR0$(VBOXW32GUEST_SUFF_LIB) 72 endif 59 73 ifndef VBOX_USE_VCC80 60 74 VBoxDisp_LIBS += \
Note:
See TracChangeset
for help on using the changeset viewer.