Changeset 3152 in vbox for trunk/src/VBox/VMM/testcase/Makefile.kmk
- Timestamp:
- Jun 18, 2007 11:19:07 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/Makefile.kmk
r2981 r3152 145 145 tstMicroGC_SOURCES = tstMicroGC.cpp tstMicroGCA.asm 146 146 tstMicroGC_DEFS = 147 tstMicroGC_INCS = $(VBOX_PATH_VMM_SRC)/testcase 147 148 ifeq ($(VBOX_LDR_FMT32),pe) 148 149 tstMicroGC_LDFLAGS = -Entry:tstMicroGC … … 220 221 ) \ 221 222 -f $(if $(eq $(BUILD_TARGET),darwin),macho,elf) \ 222 $(foreach inc,$(INCS) ,-I$(inc)/) -o [email protected] -l [email protected] $<223 $(foreach inc,$(INCS) $(VBOX_PATH_VMM_SRC)/testcase,-I$(inc)/) -o [email protected] -l [email protected] $< 223 224 $(VBOX_NM) [email protected] | $(SED) \ 224 225 -e '/[0-9a-fA-F][0-9a-fA-F]* [^a] /d' \ … … 259 260 ) \ 260 261 -f $(if $(eq $(BUILD_TARGET),darwin),macho,elf) \ 261 $(foreach inc,$(INCS) $(PATH_TARGET) ,-I$(inc)/) -o $@ $<262 $(foreach inc,$(INCS) $(PATH_TARGET) $(VBOX_PATH_VMM_SRC)/testcase,-I$(inc)/) -o $@ $< 262 263 endif 263 264
Note:
See TracChangeset
for help on using the changeset viewer.