Changeset 2864


Ignore:
Timestamp:
Nov 10, 2006, 5:46:12 AM (19 years ago)
Author:
bird
Message:

a testcase driver - something to work on.

Location:
trunk/kLdr/testcase
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/testcase/Makefile.kmk

    r2863 r2864  
    6565 TEMPLATE_TST_LDFLAGS =
    6666endif
    67 TEMPLATE_TST_INCS = .
     67TEMPLATE_TST_INCS = . ..
    6868
    6969
     
    107107 TEMPLATE_TSTBARE_LDFLAGS = -nostdlib -lgcc
    108108endif
    109 TEMPLATE_TSTBARE_INCS = .
     109TEMPLATE_TSTBARE_INCS = . ..
    110110
    111111TEMPLATE_TSTBAREPROG = Bare bone testcase program template
     
    132132#        messing with the native loader at all.
    133133#
    134 PROGRAMS += tst-0
     134PROGRAMS += tst-0 tst-0-driver
    135135DLLS += tst-0-a tst-0-b tst-0-c tst-0-d
     136
     137tst-0-driver_TEMPLATE = TSTPROG
     138tst-0-driver_SOURCES  = tst-0-driver.c
    136139
    137140tst-0-a_TEMPLATE = TSTBAREDLL
     
    151154
    152155ifeq ($(filter-out nt win win32 win64,$(BUILD_TARGET)),)
     156tst-0-driver_LIBS= $(PATH_LIB)/kLdr.lib
    153157tst-0-a_LIBS     = $(PATH_TARGET)/tst-0-d/tst-0-d.lib
    154158tst-0-b_LIBS     = $(PATH_TARGET)/tst-0-d/tst-0-d.lib
Note: See TracChangeset for help on using the changeset viewer.