~bless/bless/app-lua-bindings

« back to all changes in this revision

Viewing changes to src/SConscript

  • Committer: Alexandros Frantzis
  • Date: 2010-03-13 21:39:15 UTC
  • Revision ID: alf82@freemail.gr-20100313213915-rzec14dnw9gc9ys3
Fixed code that caused compiler warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
                break
14
14
                
15
15
 
16
 
                
17
16
env1.Append(LIBS = ['$bls_LIBS', '$blessui_LIBS', '$lua_LIBS'])
18
17
env1.Append(CPPPATH = ['$bls_CPPPATH', '$blessui_CPPPATH', '$lua_CPPPATH'])
19
18