Changeset 75635 in vbox for trunk/src/VBox/Additions/3D/win/VBoxSVGA
- Timestamp:
- Nov 21, 2018 10:29:49 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/3D/win/VBoxSVGA/Makefile.kmk
r75443 r75635 19 19 include $(KBUILD_PATH)/subheader.kmk 20 20 21 DLLS += VBoxSVGA 22 VBoxSVGA_TEMPLATE = VBOXMESA3DGUESTR3DLLMinVista 21 DLLS += VBoxSVGA 22 DLLS.amd64 += VBoxSVGA-x86 23 24 VBoxSVGA_TEMPLATE = VBoxMesa3DGuestR3DllMinVista 23 25 # -wd4005: vcc120: '__useHeader' : macro redefinition 24 26 # -wd4100: unreferenced formal parameter … … 28 30 # -wd4255: no function prototype given 29 31 # -wd4668: 'something' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif' 30 VBoxSVGA_CFLAGS += -wd4005 -wd4100 -wd4200 -wd4211 -wd4245 -wd4255 -wd4668 31 32 VBoxSVGA_INCS += \ 32 VBoxSVGA_CFLAGS = -wd4005 -wd4100 -wd4200 -wd4211 -wd4245 -wd4255 -wd4668 33 VBoxSVGA_INCS = \ 33 34 $(VBOX_PATH_3D)/win/include \ 34 35 $(VBOX_PATH_MESA)/src/gallium/drivers/svga \ 35 36 $(VBOX_PATH_MESA)/src/gallium/drivers/svga/include \ 36 37 $(VBOX_PATH_MESA)/src/gallium/winsys/svga/drm 37 38 VBoxSVGA_SOURCES = \ 38 VBoxSVGA_SOURCES = \ 39 39 winsys/vmw_screen_ioctl.c \ 40 40 winsys/vmw_screen_wddm.c \ … … 43 43 VBoxSVGA.rc \ 44 44 VBoxSVGA.def 45 46 VBoxSVGA_LIBS = \ 45 VBoxSVGA_LIBS = \ 47 46 $(VBOX_PATH_ADDITIONS_LIB)/VBoxWddmUmHlp$(VBOX_SUFF_LIB) \ 48 47 $(VBOX_PATH_ADDITIONS_LIB)/VBoxMesaGalliumAuxLib$(VBOX_SUFF_LIB) \ … … 59 58 # VBoxSVGA-x86 - x86 version of VBoxSVGA built for amd64 build 60 59 # 61 DLLS.win.amd64 += VBoxSVGA-x86 62 VBoxSVGA-x86_EXTENDS = VBoxSVGA 60 VBoxSVGA-x86_EXTENDS = VBoxSVGA 63 61 VBoxSVGA-x86_BLD_TRG_ARCH = x86 64 VBoxSVGA-x86_LIBS = \62 VBoxSVGA-x86_LIBS = \ 65 63 $(VBOX_PATH_ADDITIONS_LIB)/VBoxWddmUmHlp-x86$(VBOX_SUFF_LIB) \ 66 64 $(VBOX_PATH_ADDITIONS_LIB)/VBoxMesaGalliumAuxLib-x86$(VBOX_SUFF_LIB) \ … … 68 66 $(VBOX_PATH_ADDITIONS_LIB)/VBoxMesaSVGAWinsysLib-x86$(VBOX_SUFF_LIB) \ 69 67 $(VBOX_PATH_ADDITIONS_LIB)/VBoxMesaSVGALib-x86$(VBOX_SUFF_LIB) 70 VBoxSVGA-x86_DEFS = $(VBoxSVGA_DEFS) VBOX_WOW6468 VBoxSVGA-x86_DEFS = $(VBoxSVGA_DEFS) VBOX_WOW64 71 69 72 70 include $(FILE_KBUILD_SUB_FOOTER)
Note:
See TracChangeset
for help on using the changeset viewer.