mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-24 18:31:36 +00:00
renaming q3map2.urt -> q3map2_urt
This commit is contained in:
parent
06771ac2e7
commit
3311e3a0da
4 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ env = Environment()
|
||||||
settings.SetupEnvironment( env, config['name'] )
|
settings.SetupEnvironment( env, config['name'] )
|
||||||
env.Prepend( CPPPATH = [ '#tools/quake3/common', ] )
|
env.Prepend( CPPPATH = [ '#tools/quake3/common', ] )
|
||||||
env.Append( LIBS = [ 'm', 'pthread', 'png', 'jpeg' ] )
|
env.Append( LIBS = [ 'm', 'pthread', 'png', 'jpeg' ] )
|
||||||
proj = utils.vcproj( os.path.join( GetLaunchDir(), 'tools/urt/tools/quake3/q3map2/q3map2.vcproj' ) )
|
proj = utils.vcproj( os.path.join( GetLaunchDir(), 'tools/urt/tools/quake3/q3map2/q3map2_urt.vcproj' ) )
|
||||||
objects = lib_objects
|
objects = lib_objects
|
||||||
|
|
||||||
def keep_file( n ):
|
def keep_file( n ):
|
||||||
|
|
|
@ -153,7 +153,7 @@ class Config:
|
||||||
|
|
||||||
def emit_q3map2( self, urt = False ):
|
def emit_q3map2( self, urt = False ):
|
||||||
if ( urt ):
|
if ( urt ):
|
||||||
compiler_name = 'q3map2.urt'
|
compiler_name = 'q3map2_urt'
|
||||||
sconscript_name = 'SConscript.q3map2.urt'
|
sconscript_name = 'SConscript.q3map2.urt'
|
||||||
else:
|
else:
|
||||||
compiler_name = 'q3map2'
|
compiler_name = 'q3map2'
|
||||||
|
|
|
@ -186,7 +186,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vfsqlpk3", "plugins\vfsqlpk
|
||||||
{E13CCFB0-A366-4EF3-A66F-C374B563E4DF} = {E13CCFB0-A366-4EF3-A66F-C374B563E4DF}
|
{E13CCFB0-A366-4EF3-A66F-C374B563E4DF} = {E13CCFB0-A366-4EF3-A66F-C374B563E4DF}
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "q3map2.urt", "tools\urt\tools\quake3\q3map2\q3map2.urt.vcproj", "{7AF7537E-94C3-4680-8F5E-C1CE30DC2041}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "q3map2_urt", "tools\urt\tools\quake3\q3map2\q3map2_urt.vcproj", "{7AF7537E-94C3-4680-8F5E-C1CE30DC2041}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="9.00"
|
Version="9.00"
|
||||||
Name="q3map2.urt"
|
Name="q3map2_urt"
|
||||||
ProjectGUID="{7AF7537E-94C3-4680-8F5E-C1CE30DC2041}"
|
ProjectGUID="{7AF7537E-94C3-4680-8F5E-C1CE30DC2041}"
|
||||||
RootNamespace="q3map2"
|
RootNamespace="q3map2"
|
||||||
TargetFrameworkVersion="131072"
|
TargetFrameworkVersion="131072"
|
Loading…
Reference in a new issue