Changeset 485 for trunk/psLib/src/collections/Makefile
- Timestamp:
- Apr 20, 2004, 2:18:05 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/Makefile
r438 r485 13 13 psBitMask.o \ 14 14 psSort.o \ 15 psArray.o 15 16 16 17 INCLUDES = -I$(includedir) … … 18 19 %.o: %.c 19 20 @echo " Compiling $<. " 20 $(CC) $(CFLAGS) $(INCLUDE_GLOBAL) $(INCLUDES) -c $< -o $@21 $(CC) $(CFLAGS) -DPS_ALLOW_MALLOC $(INCLUDE_GLOBAL) $(INCLUDES) -c $< -o $@ 21 22 22 23 libpsCollections.a: $(SRC_OBJS)
Note:
See TracChangeset
for help on using the changeset viewer.
