aboutsummaryrefslogtreecommitdiff
path: root/tools/create_project
diff options
context:
space:
mode:
authorJordi Vilalta Prat2011-02-12 16:43:57 +0000
committerJordi Vilalta Prat2011-02-12 16:43:57 +0000
commita4227638332c74d2e08e0935e7c49f276b701c61 (patch)
treeaed3e101fd5267dfa5e72f2654f64cad2c2296f9 /tools/create_project
parentc846231af3ccf9a910c5cfd5276a38a2244e325d (diff)
downloadscummvm-rg350-a4227638332c74d2e08e0935e7c49f276b701c61.tar.gz
scummvm-rg350-a4227638332c74d2e08e0935e7c49f276b701c61.tar.bz2
scummvm-rg350-a4227638332c74d2e08e0935e7c49f276b701c61.zip
BUILD: Remove explicit references to SVN in revision variable names.
svn-id: r55898
Diffstat (limited to 'tools/create_project')
-rw-r--r--tools/create_project/msbuild.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create_project/msbuild.cpp b/tools/create_project/msbuild.cpp
index 1bebc130dc..73511218b4 100644
--- a/tools/create_project/msbuild.cpp
+++ b/tools/create_project/msbuild.cpp
@@ -440,7 +440,7 @@ void MSBuildProvider::writeFileListToProject(const FileNode &dir, std::ofstream
"\t\t\t<ObjectFileName>$(IntDir)" << (*entry).prefix << "%(Filename).obj</ObjectFileName>\n";
if (hasEnding((*entry).path, "base\\version.cpp"))
- projectFile << "\t\t\t<PreprocessorDefinitions Condition=\"'$(Configuration)'=='Debug'\">SCUMMVM_SVN_REVISION#&quot; $(SCUMMVM_REVISION_STRING)&quot;;%(PreprocessorDefinitions)</PreprocessorDefinitions>\n";
+ projectFile << "\t\t\t<PreprocessorDefinitions Condition=\"'$(Configuration)'=='Debug'\">SCUMMVM_REVISION#&quot; $(SCUMMVM_REVISION_STRING)&quot;;%(PreprocessorDefinitions)</PreprocessorDefinitions>\n";
projectFile << "\t\t</ClCompile>\n";
} else {