Changeset 42586 in vbox for trunk/src/VBox
- Timestamp:
- Aug 3, 2012 5:45:01 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79769
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r42539 r42586 1026 1026 # for build programs. 1027 1027 # 1028 RuntimeBldProg_TEMPLATE := VB OXBLDPROG1028 RuntimeBldProg_TEMPLATE := VBoxAdvBldProg 1029 1029 RuntimeBldProg_EXTENDS := RuntimeR3 1030 1030 RuntimeBldProg_BLD_TRG := $(KBUILD_HOST) … … 1038 1038 # additions, while .x86 is for cross building x86 while targeting amd64.) 1039 1039 # 1040 RuntimeGuestR3_TEMPLATE := VB OXGUESTR3LIB1040 RuntimeGuestR3_TEMPLATE := VBoxGuestR3Lib 1041 1041 ## @todo change this to EXTEND the RuntimeR3 target. 1042 1042 RuntimeGuestR3_SDKS.win := $(RuntimeR3_SDKS.win) … … 1074 1074 # RuntimeGuestR3-x86 - Same as RuntimeGuestR3, except that it's targeting x86. 1075 1075 # 1076 RuntimeGuestR3-x86_EXTENDS 1076 RuntimeGuestR3-x86_EXTENDS := RuntimeGuestR3 1077 1077 RuntimeGuestR3-x86_BLD_TRG_ARCH := x86 1078 1078 … … 1081 1081 # RuntimeGuestR3Shared - Guest Additions Runtime (static/dll). 1082 1082 # 1083 RuntimeGuestR3Shared_TEMPLATE := VB OXGUESTR3DLL1083 RuntimeGuestR3Shared_TEMPLATE := VBoxGuestR3Dll 1084 1084 RuntimeGuestR3Shared_EXTENDS := RuntimeGuestR3 1085 1085 RuntimeGuestR3Shared_INST = $(INST_ADDITIONS_LIB) … … 1089 1089 # RuntimeGuestR3Shared-x86 - Same as RuntimeGuestR3Shared, except that it's targeting x86. 1090 1090 # 1091 RuntimeGuestR3Shared-x86_EXTENDS 1092 RuntimeGuestR3Shared-x86_BLD_TRG_ARCH 1091 RuntimeGuestR3Shared-x86_EXTENDS := RuntimeGuestR3Shared 1092 RuntimeGuestR3Shared-x86_BLD_TRG_ARCH := x86 1093 1093 1094 1094 … … 1098 1098 # for X11 drivers, GRADD and similar. 1099 1099 # 1100 RuntimeGuestR3Mini_TEMPLATE := VB OXGUESTR3DLL1100 RuntimeGuestR3Mini_TEMPLATE := VBoxGuestR3Dll 1101 1101 ## @todo change this to EXTEND the RuntimeGuestR3 target. 1102 1102 RuntimeGuestR3Mini_INST := $(INST_ADDITIONS_LIB)
Note:
See TracChangeset
for help on using the changeset viewer.