Changeset 55791 in vbox
- Timestamp:
- May 9, 2015 11:46:04 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100219
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r55790 r55791 898 898 Graphics/DevVGA.cpp_DEPS = $(VgaBiosBin_0_OUTDIR)/vbetables.h 899 899 900 $(call VBOX_SET_VER_INFO_DLL,VBoxDD,VirtualBox VMM Devices and Drivers) # (last!) 901 900 902 901 903 ifdef VBOX_WITH_RAW_MODE … … 1025 1027 endif # VBOX_WITH_RAW_MODE 1026 1028 1027 1028 $(call VBOX_SET_VER_INFO_DLL,VBoxDD,VirtualBox VMM Devices and Drivers) # (last!) 1029 $(call VBOX_SET_VER_INFO_RC,VBoxDDGC,VirtualBox VMM Devices and Drivers$(COMMA) raw-mode) # last! 1029 1030 1030 1031 … … 1067 1068 VBoxDDR0_DEFS.darwin.x86= VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0 VBOX_WITH_2X_4GB_ADDR_SPACE 1068 1069 VBoxDDR0_DEFS = IN_RT_R0 $(if $(VBOX_WITH_HGCM),VBOX_WITH_HGCM,) # - WTF is IN_RT_R0 doing here? 1069 VBoxDDR0_DEFS.win += VBOX_WITH_WIN_PARPORT_SUP1070 VBoxDDR0_DEFS.win += VBOX_WITH_WIN_PARPORT_SUP 1070 1071 VBoxDDR0_INCS = build 1071 VBoxDDR0_SDKS.win = ReorderCompilerIncs $(VBOX_WINPSDK) $(VBOX_WINDDK)1072 VBoxDDR0_SDKS.win = ReorderCompilerIncs $(VBOX_WINPSDK) $(VBOX_WINDDK) 1072 1073 VBoxDDR0_SOURCES = \ 1073 1074 build/VBoxDDR0.cpp \ … … 1205 1206 endif 1206 1207 1208 $(call VBOX_SET_VER_INFO_R0,VBoxDDR0,VirtualBox VMM Devices and Drivers$(COMMA) ring-0) # (last!) 1209 1207 1210 1208 1211 ifdef VBOX_WITH_RAW_MODE … … 1220 1223 $(PATH_STAGE_LIB)/VMMRCImp$(VBOX_SUFF_LIB) 1221 1224 endif 1225 $(call VBOX_SET_VER_INFO_RC,VBoxDD2GC,VirtualBox VMM Devices and Drivers 2$(COMMA) raw-mode) 1222 1226 endif 1223 1227 … … 1239 1243 $(PATH_STAGE_LIB)/SUPR0$(VBOX_SUFF_LIB) 1240 1244 endif 1245 $(call VBOX_SET_VER_INFO_R0,VBoxDD2R0,VirtualBox VMM Devices and Drivers 2$(COMMA) ring-0) # (last!) 1241 1246 1242 1247
Note:
See TracChangeset
for help on using the changeset viewer.