]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - SConscript.q3map2
ported over the 1.5 branch version of q3map2 which is newer
[xonotic/netradiant.git] / SConscript.q3map2
index 30ba5cbeff11fd66598b8c860996a5f7f4d3d389..963f51af2333a6b3ccfe0faad09cdec40e5e18a0 100644 (file)
@@ -10,7 +10,7 @@ Import( [ 'utils', 'config', 'settings', 'lib_objects' ] )
 env = Environment()
 settings.SetupEnvironment( env, config['name'] )
 env.Prepend( CPPPATH = [ '#tools/quake3/common' ] )
-env.Append( LIBS = [ 'pthread', 'png', 'jpeg' ] )
+env.Append( LIBS = [ 'pthread', 'png', 'jpeg', 'mhash' ] )
 proj = utils.vcproj( os.path.join( GetLaunchDir(), 'tools/quake3/q3map2/q3map2.vcproj' ) )
 objects = lib_objects
 objects += [ os.path.join( 'tools/quake3/q3map2', i ) for i in proj.getSourceFiles() ]