IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 20, 2004, 2:18:05 PM (22 years ago)
Author:
harman
Message:

Added Integer array

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/Makefile

    r438 r485  
    1313    psBitMask.o \
    1414    psSort.o \
     15    psArray.o
    1516
    1617INCLUDES = -I$(includedir)
     
    1819%.o: %.c
    1920        @echo "    Compiling $<. "
    20         $(CC) $(CFLAGS) $(INCLUDE_GLOBAL) $(INCLUDES) -c $< -o $@
     21        $(CC) $(CFLAGS) -DPS_ALLOW_MALLOC $(INCLUDE_GLOBAL) $(INCLUDES) -c $< -o $@
    2122
    2223libpsCollections.a: $(SRC_OBJS)
Note: See TracChangeset for help on using the changeset viewer.