Changeset 4546 in vbox
- Timestamp:
- Sep 5, 2007 10:03:43 PM (17 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r4475 r4546 149 149 endif # PE 150 150 ifeq ($(VBOX_LDR_FMT32),elf) 151 tstLdrObj_LDFLAGS = -e Entrypoint 152 tstLdrObj_LIBS += \ 153 $(PATH_LIB)/VMMGCBuiltin$(VBOX_SUFF_LIB) 151 tstLdrObj_LDFLAGS = -e Entrypoint 154 152 endif 155 153 ifeq ($(VBOX_LDR_FMT32),lx) -
trunk/src/VBox/VMM/Makefile.kmk
r4497 r4546 157 157 158 158 159 ifneq ($(filter pe lx,$(VBOX_LDR_FMT32)),) 160 159 161 # 160 162 # VMMGCBuiltin.lib 161 163 # 162 ifneq ($(filter-out solaris darwin,$(BUILD_TARGET)),)163 164 LIBRARIES += VMMGCBuiltin 164 165 VMMGCBuiltin_TEMPLATE = VBOXGC … … 172 173 $(MV) -f [email protected] $@ 173 174 endif 174 endif # !darwin175 175 176 176 … … 178 178 # VMMGCImp.lib 179 179 # 180 ifneq ($(filter-out solaris darwin,$(BUILD_TARGET)),)181 180 LIBRARIES += VMMGCImp 182 181 VMMGCImp_TEMPLATE = VBOXGC … … 192 191 $(MV) -f [email protected] $@ 193 192 endif 194 endif # !darwin 193 194 endif # pe + lx 195 195 196 196
Note:
See TracChangeset
for help on using the changeset viewer.