Changeset 2967 for trunk/kLdr/testcase/Makefile.kmk
- Timestamp:
- Feb 13, 2007, 11:28:46 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kLdr/testcase/Makefile.kmk
r2965 r2967 121 121 TEMPLATE_TSTBARE_DEFS = __DARWIN__ 122 122 TEMPLATE_TSTBARE_LIBS = 123 TEMPLATE_TSTBARE_CFLAGS += -static 123 TEMPLATE_TSTBARE_CFLAGS += -static -fno-common 124 124 TEMPLATE_TSTBARE_LDFLAGS += -nostdlib -r 125 125 else … … 270 270 # 271 271 PROGRAMS += tst-3-driver 272 ifeq ($(BUILD_TARGET),darwin) 273 SYSMODS += tst-3 274 else 272 275 DLLS += tst-3 276 LIBRARIES.win = tst-3-imp 277 LIBRARIES.os2 = tst-3-imp 278 endif 273 279 274 280 tst-3_TEMPLATE = TSTBAREDLL 275 tst-3_SOURCES = tst-3.c tst DllMainStub.c281 tst-3_SOURCES = tst-3.c tst-3-ext.c tstDllMainStub.c 276 282 tst-3_SOURCES.os2= tstDllMainStub-os2.asm 283 tst-3_LIBS.os2 = $(TARGET_tst-3-imp) 284 tst-3_LIBS.win = $(TARGET_tst-3-imp) 285 286 tst-3-imp_TEMPLATE = TSTBAREDLL 287 tst-3-imp_SOURCES.win = tst-3-imp-win.def 288 tst-3-imp_SOURCES.os2 = tst-3-imp-os2.def 277 289 278 290 tst-3-driver_TEMPLATE = TSTPROG
Note:
See TracChangeset
for help on using the changeset viewer.