VirtualBox

Ignore:
Timestamp:
Jun 18, 2007 11:19:07 PM (17 years ago)
Author:
vboxsync
Message:

VMM: Fixed OS/2 build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/Makefile.kmk

    r2981 r3152  
    145145tstMicroGC_SOURCES      = tstMicroGC.cpp tstMicroGCA.asm
    146146tstMicroGC_DEFS         =
     147tstMicroGC_INCS         = $(VBOX_PATH_VMM_SRC)/testcase
    147148ifeq ($(VBOX_LDR_FMT32),pe)
    148149tstMicroGC_LDFLAGS      = -Entry:tstMicroGC
     
    220221                ) \
    221222                -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] $<
    223224                $(VBOX_NM) [email protected] | $(SED) \
    224225                        -e '/[0-9a-fA-F][0-9a-fA-F]* [^a] /d' \
     
    259260                ) \
    260261                -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 $@ $<
    262263endif
    263264
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette