diff options
author | Johannes Schickel | 2010-07-23 19:20:28 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-07-23 19:20:28 +0000 |
commit | 0e5aa06db03e782137a40942b1d5fe97dfbcfad0 (patch) | |
tree | 000fbe09f04b0c6e9e975dbf3dd5c0fa377beb1e /tools | |
parent | 7094936e50c30108fb35aab3be43fcbe4814612a (diff) | |
download | scummvm-rg350-0e5aa06db03e782137a40942b1d5fe97dfbcfad0.tar.gz scummvm-rg350-0e5aa06db03e782137a40942b1d5fe97dfbcfad0.tar.bz2 scummvm-rg350-0e5aa06db03e782137a40942b1d5fe97dfbcfad0.zip |
TOOLS: Formatting fixes.
svn-id: r51216
Diffstat (limited to 'tools')
-rw-r--r-- | tools/create_msvc/create_msvc.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/create_msvc/create_msvc.cpp b/tools/create_msvc/create_msvc.cpp index 8e2a6011b4..2d3e47c73a 100644 --- a/tools/create_msvc/create_msvc.cpp +++ b/tools/create_msvc/create_msvc.cpp @@ -1682,7 +1682,7 @@ void VisualStudioProvider::outputGlobalPropFile(std::ofstream &properties, int b "\t\tIgnoreDefaultLibraryNames=\"\"\n" "\t\tSubSystem=\"1\"\n" "\t\tEntryPointSymbol=\"WinMainCRTStartup\"\n" - "\t\tAdditionalLibraryDirectories=\"%(SCUMMVM_LIBS)\\libs\\" << (isWin32 ? "x86" : "x64") << "\"\n" + "\t\tAdditionalLibraryDirectories=\"%(SCUMMVM_LIBS)\\libs\\" << (isWin32 ? "x86" : "x64") << "\"\n" "\t/>\n" "\t<Tool\n" "\t\tName=\"VCResourceCompilerTool\"\n" @@ -2053,7 +2053,7 @@ void MSBuildProvider::outputGlobalPropFile(std::ofstream &properties, int bits, "\t\t<_PropertySheetDisplayName>ScummVM_Global</_PropertySheetDisplayName>\n" "\t\t<ExecutablePath>%(SCUMMVM_LIBS)\\bin;$(ExecutablePath)</ExecutablePath>\n" "\t\t<LibraryPath>%(SCUMMVM_LIBS)\\libs\\" << (isWin32 ? "x86" : "x64") << ";$(LibraryPath)</LibraryPath>\n" - "\t\t<IncludePath>%(SCUMMVM_LIBS)\\include;$(IncludePath)</IncludePath>\n" + "\t\t<IncludePath>%(SCUMMVM_LIBS)\\include;$(IncludePath)</IncludePath>\n" "\t\t<OutDir>$(Configuration)" << bits << "\\</OutDir>\n" "\t\t<IntDir>$(Configuration)" << bits << "/$(ProjectName)\\</IntDir>\n" "\t</PropertyGroup>\n" @@ -2104,7 +2104,7 @@ void MSBuildProvider::createBuildProp(const BuildSetup &setup, bool isRelease, b "\t\t<LinkIncremental>" << (isRelease ? "false" : "true") << "</LinkIncremental>\n" "\t</PropertyGroup>\n" "\t<ItemDefinitionGroup>\n" - "\t\t<ClCompile>\n"; + "\t\t<ClCompile>\n"; |