Changeset 10 in libcf for trunk/src/makefile


Ignore:
Timestamp:
01/30/13 23:40:33 (11 years ago)
Author:
cheese
Message:

#1 arrange some code and change windows project name from lower case to upper case

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/makefile

    r6 r10  
    4141                    cf_thread       \
    4242                    cf_debug        \
     43                    cf_log          \
    4344
    44 LIB_NAME        = CF
     45LIB_NAME        = cf
    4546
    4647CC              = gcc
     
    8990dummy:
    9091
    91 # test
    92 test: all
    93     $(CXX) $(CXXFLAGS) $(INCLUDES) $(CXXDEFS) -o $(OBJ_PATH)/main.o -c main.cpp
    94     $(LD) $(LDFLAGS) -o $(TARGET_PATH)/cf.ex $(OBJ_PATH)/main.o -L$(TARGET_PATH) -lpthread
    95     LD_LIBRARY_PATH=$(TARGET_PATH) $(TARGET_PATH)/cf.ex
    96 
Note: See TracChangeset for help on using the changeset viewer.