]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - SConscript.module
misc fixes
[xonotic/netradiant.git] / SConscript.module
index 46309c814bf7e7da49d47a8808824948daa99316..8229def9e7aa92eeecbe9db5ef961904fda9cf7c 100644 (file)
@@ -17,6 +17,25 @@ if ( libname == 'image' ):
        useJPEG = True
 if ( libname == 'surface' ):
        useGtk = True
+if ( libname == 'surface_quake2' ):
+       useGtk = True
+if ( libname == 'surface_heretic2' ):
+       useGtk = True
+if ( libname == 'bkgrnd2d' ):
+       useGtk = True
+if ( libname == 'gtkgensurf' ):
+       useGtk = True
+if ( libname == 'bobToolz_gtk' ):
+       useGtk = True
+if ( libname == 'camera' ):
+       useGtk = True
+if ( libname == 'PrtView' ):
+       useGtk = True
+if ( libname == 'spritemodel' ):
+       useGtk = True
+if ( libname == 'TexTool' ):
+       useGtk = True
+
 settings.SetupEnvironment( env, config['name'], useGtk = useGtk, useJPEG = useJPEG )
 proj = utils.vcproj( os.path.join( GetLaunchDir(), project ) )