[ create a new paste ] login | about

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

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

SOURCES_FILES = ['EnvTest.cpp']

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



Create a new paste based on this one


Comments: