Changeset 1190 in vbox for trunk/src/VBox/Runtime/testcase/Makefile
- Timestamp:
- Mar 4, 2007 8:42:13 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile
r915 r1190 68 68 tstLdrObj \ 69 69 tstLdrObjR0 70 ifeq ($(filter-out lx pe,$(VBOX_LDR_FMT)), ) 71 LIBRARIES += \ 72 tstLdr-4Imp 73 endif 74 70 75 # tstSems 71 76 endif # VBOX_WITH_TESTCASES … … 159 164 $(PATH_LIB)/DisasmR3$(VBOX_SUFF_LIB) 160 165 166 tstLdr-4Imp_TEMPLATE = VBOXR0 167 ifeq ($(VBOX_LDR_FMT),lx) 168 tstLdr-4Imp_SOURCES = tstLdr-4Imp-os2.def 169 else ifeq ($(VBOX_LDR_FMT),pe) 170 tstLdr-4Imp_SOURCES.win = tstLdr-4Imp-win.def 171 endif 172 161 173 tstLdrObjR0_TEMPLATE = VBOXR0 162 174 tstLdrObjR0_INST = $(INST_TESTCASE) … … 173 185 tstLdrObjR0_LDFLAGS = -Entry:Entrypoint 174 186 tstLdrObjR0_LIBS += \ 175 $(PATH_LIB)/SUPR0$(VBOX_SUFF_LIB) 187 $(PATH_LIB)/SUPR0$(VBOX_SUFF_LIB) \ 188 $(TARGET_tstLdr-4Imp) 176 189 endif 177 190 ifeq ($(VBOX_LDR_FMT),elf) … … 180 193 ifeq ($(VBOX_LDR_FMT),lx) 181 194 tstLdrObjR0_LIBS += \ 182 $(PATH_LIB)/SUPR0$(VBOX_SUFF_LIB) 195 $(PATH_LIB)/SUPR0$(VBOX_SUFF_LIB) \ 196 $(TARGET_tstLdr-4Imp) 183 197 endif 184 198
Note:
See TracChangeset
for help on using the changeset viewer.