* activate surface_ufoai and model plugins for compilation

* added useGtk = true for surface_ufoai and model plugins
* added picomodel to shared libs list (needed by the model plugin)


git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/branches/ZeroRadiant@202 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
mattn
2008-03-04 17:01:45 +00:00
parent 08391b4c93
commit ec2a5d09b1
2 changed files with 21 additions and 13 deletions

View File

@@ -17,6 +17,8 @@ if ( libname == 'image' ):
useJPEG = True
if ( libname == 'surface' ):
useGtk = True
if ( libname == 'surface_ufoai' ):
useGtk = True
if ( libname == 'surface_quake2' ):
useGtk = True
if ( libname == 'surface_heretic2' ):
@@ -33,6 +35,8 @@ if ( libname == 'PrtView' ):
useGtk = True
if ( libname == 'spritemodel' ):
useGtk = True
if ( libname == 'model' ):
useGtk = True
if ( libname == 'TexTool' ):
useGtk = True