[ create a new paste ] login | about

Link: http://codepad.org/l50Oh9E9    [ raw code | fork ]

chatsiri.ratana - Plain Text, pasted on Oct 25:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
MYLIBPATH = ['/home/Chatsiri.rat/bdb/lib',
             '/usr/lib','/usr/lib/gcc/x86_64-redhat-linux/4.3.0']
MYCPPPATH = ['/usr/include/c++/4.3.0','/usr/include']
USED_LIBS = ['db_cxx',
             'pthread']

SOURCES_FILES = ['test.cc']

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




Create a new paste based on this one


Comments: