Changeset 29913 for lang/c

Show
Ignore:
Timestamp:
02/11/09 20:52:40 (4 years ago)
Author:
saturday06
Message:

uaaaaaaaaa

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/c/AutoUpdater/Makefile.am

    r24025 r29913  
    1 bin_PROGRAMS = test 
     1bin_PROGRAMS = test test2 
    22 
    33WARNING_OPTIONS= \ 
     
    1616# -Wpadded  
    1717# -Wunsafe-loop-optimizations 
    18  
    1918test_SOURCES  = Test.cpp AutoUpdater.c 
    2019test_CFLAGS   = -g -fprofile-arcs -ftest-coverage \ 
     
    2423test_LDADD    =  
    2524 
     25test2_SOURCES  = AsyncHttp.c 
     26test2_CFLAGS   = $(test_CFLAGS) 
     27test2_LDADD    = $(test_LDADD) 
     28 
    2629if WITH_OS_WINDOWS 
    2730test_CFLAGS  += -DUNICODE -D_UNICODE -DSTRICT \