mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-11-10 06:31:41 +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'] )
|
||||
env.Prepend( CPPPATH = [ '#tools/quake3/common', ] )
|
||||
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
|
||||
|
||||
def keep_file( n ):
|
||||
|
|
|
@ -153,7 +153,7 @@ class Config:
|
|||
|
||||
def emit_q3map2( self, urt = False ):
|
||||
if ( urt ):
|
||||
compiler_name = 'q3map2.urt'
|
||||
compiler_name = 'q3map2_urt'
|
||||
sconscript_name = 'SConscript.q3map2.urt'
|
||||
else:
|
||||
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}
|
||||
EndProjectSection
|
||||
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
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="q3map2.urt"
|
||||
Name="q3map2_urt"
|
||||
ProjectGUID="{7AF7537E-94C3-4680-8F5E-C1CE30DC2041}"
|
||||
RootNamespace="q3map2"
|
||||
TargetFrameworkVersion="131072"
|
Loading…
Reference in a new issue