[ create a new paste ] login | about

Link: http://codepad.org/z25tABn4    [ raw code | fork | 1 comment ]

chatsiri.ratana - Plain Text, pasted on May 31:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
MYLIBPATH = ['/usr/lib','/usr/lib/gcc/x86_64-redhat-linux/4.3.0','/usr/lib64','/usr/local/apr/lib']

MYCPPPATH = ['/usr/include/c++/4.3.0','/usr/include','/usr/local/apr/include/apr-1/',
              '/home/Chatsiri/workspacecpp/apr/']
USED_LIBS = ['pthread',
             'apr-1']

SOURCES_FILES = ['APRImplement.cpp']

Program( 'APRImplement', 
          SOURCES_FILES, 
          LIBS = USED_LIBS, 
          CPPPATH = MYCPPPATH,
          LIBPATH = MYLIBPATH )


Create a new paste based on this one


Comments:
posted by chatsiri.ratana on May 31
run by : scons
reply