Changeset 5
- Timestamp:
- 12/14/2006 12:08:14 AM (5 years ago)
- Location:
- Plugins/luaScripting
- Files:
-
- 1 added
- 1 edited
-
Makefile (added)
-
SConstruct (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Plugins/luaScripting/SConstruct
r4 r5 8 8 # define include directory 9 9 include = ["include", env['prefix'] + '/include/'] 10 env.Append(CPPPATH=include , LINKFLAGS='-v -WL,-E,-Bstatic -nodefaultlibs')10 env.Append(CPPPATH=include) 11 11 12 12 # file list of files to be build … … 21 21 # Specify the library path where to search and the libraries to which to link 22 22 libpaths = ['.', env['prefix'] + '/lib', '/usr/local/lib', '/usr/lib'] 23 libs = ['lua', 'stdc++' , 'c', 'm', 'gcc']23 libs = ['lua', 'stdc++'] 24 24 25 25 suffix = ''
Note: See TracChangeset
for help on using the changeset viewer.
