Changeset 894 in vbox for trunk/src/VBox/Runtime/testcase/Makefile
- Timestamp:
- Feb 14, 2007 9:50:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile
r282 r894 64 64 PROGRAMS.l4 = \ 65 65 tstIoCtl 66 ifneq ($(BUILD_TARGET),darwin) #until we've figured out how to link R0/GC modules on Mac OS X.67 66 SYSMODS = tstLdrObj 68 endif69 67 # tstSems 70 68 endif # VBOX_WITH_TESTCASES … … 136 134 tstLdrObj_LIBS = \ 137 135 $(PATH_LIB)/DisasmGC$(VBOX_SUFF_LIB) \ 138 $(PATH_LIB)/RuntimeGC$(VBOX_SUFF_LIB) \ 139 $(PATH_LIB)/VMMGCBuiltin$(VBOX_SUFF_LIB) 136 $(PATH_LIB)/RuntimeGC$(VBOX_SUFF_LIB) 140 137 ifeq ($(VBOX_LDR_FMT32),pe) 141 138 tstLdrObj_LDFLAGS = -Entry:Entrypoint 139 tstLdrObj_LIBS += \ 140 $(PATH_LIB)/VMMGCBuiltin$(VBOX_SUFF_LIB) 142 141 endif # PE 143 142 ifeq ($(VBOX_LDR_FMT32),elf) 144 143 tstLdrObj_LDFLAGS = -entry=Entrypoint 144 tstLdrObj_LIBS += \ 145 $(PATH_LIB)/VMMGCBuiltin$(VBOX_SUFF_LIB) 146 endif 147 ifeq ($(VBOX_LDR_FMT32),lx) 148 tstLdrObj_LIBS += \ 149 $(PATH_LIB)/VMMGCBuiltin$(VBOX_SUFF_LIB) 145 150 endif 146 151
Note:
See TracChangeset
for help on using the changeset viewer.