- Timestamp:
- May 23, 2008, 11:04:04 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nom/Makefile.kmk
r331 r339 45 45 ifeq ($(BUILD_TARGET),win) 46 46 libnomobjtk_LIBS += $(PATH_LIB)/libnomgc$(SUFF_LIB) 47 endif 48 ifeq ($(BUILD_TARGET),darwin_) 49 libnomobjtk_LIBS += /opt/local/lib/libgc.dylib 47 50 else 48 51 libnomobjtk_LIBS += $(PATH_LIB)/libnomgc$(SUFF_DLL) -
trunk/tests/Makefile.kmk
r327 r339 90 90 test-nom_LIBS.linux = $(PATH_LIB)/libnomgc.so 91 91 92 93 # 94 # The garbage collector test program. 95 # 96 PROGRAMS += test-gc 97 test-gc_TEMPLATE = nombin 98 test-gc_SOURCES = \ 99 c/test-gc.c 100 ifeq ($(BUILD_TARGET),win) 101 test-gc_LIBS = \ 102 $(TARGET_libnomtest:.dll=.lib) 103 else 104 test-gc_LIBS = \ 105 $(TARGET_libnomtest) 106 endif 107 92 108 endif # NOM_WITH_TESTCASES 93 109
Note:
See TracChangeset
for help on using the changeset viewer.