Ignore:
Timestamp:
Feb 13, 2007, 11:28:46 PM (18 years ago)
Author:
bird
Message:

More testcase fun.

File:
1 edited

Legend:

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

    r2965 r2967  
    121121  TEMPLATE_TSTBARE_DEFS = __DARWIN__
    122122  TEMPLATE_TSTBARE_LIBS =
    123   TEMPLATE_TSTBARE_CFLAGS += -static
     123  TEMPLATE_TSTBARE_CFLAGS += -static -fno-common
    124124  TEMPLATE_TSTBARE_LDFLAGS += -nostdlib -r
    125125 else
     
    270270#
    271271PROGRAMS += tst-3-driver
     272ifeq ($(BUILD_TARGET),darwin)
     273SYSMODS += tst-3
     274else
    272275DLLS += tst-3
     276LIBRARIES.win = tst-3-imp
     277LIBRARIES.os2 = tst-3-imp
     278endif
    273279
    274280tst-3_TEMPLATE = TSTBAREDLL
    275 tst-3_SOURCES  = tst-3.c tstDllMainStub.c
     281tst-3_SOURCES  = tst-3.c tst-3-ext.c tstDllMainStub.c
    276282tst-3_SOURCES.os2= tstDllMainStub-os2.asm
     283tst-3_LIBS.os2 = $(TARGET_tst-3-imp)
     284tst-3_LIBS.win = $(TARGET_tst-3-imp)
     285
     286tst-3-imp_TEMPLATE = TSTBAREDLL
     287tst-3-imp_SOURCES.win = tst-3-imp-win.def
     288tst-3-imp_SOURCES.os2 = tst-3-imp-os2.def
    277289
    278290tst-3-driver_TEMPLATE = TSTPROG
Note: See TracChangeset for help on using the changeset viewer.