==SCons==

* The only lib that needs change in more than one place (two), and I forgot
  that, of course.
This commit is contained in:
Nathan Letwory
2006-02-07 21:47:11 +00:00
parent ef1b7a5735
commit 3ab31078df

View File

@@ -20,7 +20,7 @@ if sys.platform != 'cygwin':
makesdna_tool.Append (CCFLAGS = cflags)
makesdna_tool.Append (CPPDEFINES = defines)
makesdna_tool.Append (LIBPATH = '#'+root_build_dir+'/lib')
makesdna_tool.Append (LIBS = 'blender_guardedalloc')
makesdna_tool.Append (LIBS = 'bf_guardedalloc')
makesdna_tool.Program (target = '#'+root_build_dir+os.sep+'makesdna', source = source_files)
dna_dict = dna.Dictionary()