Some more project fixes.

Originally committed to SVN as r1824.
This commit is contained in:
Rodrigo Braz Monteiro 2008-01-23 23:00:52 +00:00
parent 31165436df
commit 6ade2e11ac
3 changed files with 4 additions and 4 deletions

View file

@ -38,7 +38,7 @@
#include "version.h" #include "version.h"
#ifdef __WINDOWS__ #ifdef __WINDOWS__
#include "win32/config.h" #include "config.h"
#include "../build/svn-revision.h" #include "../build/svn-revision.h"
#else #else
#ifdef __APPLE__ #ifdef __APPLE__

View file

@ -72,8 +72,8 @@
// If you're on Visual Studio, also uncomment the library names and make sure they match the files that you have // If you're on Visual Studio, also uncomment the library names and make sure they match the files that you have
// Requires: FreeType2 // Requires: FreeType2
//#define WITH_FREETYPE2 //#define WITH_FREETYPE2
//#define FT2_LIB_RELEASE "freetype235.lib" //#define FT2_LIB_RELEASE "freetype235_x64.lib"
//#define FT2_LIB_DEBUG "freetype235_D.lib" //#define FT2_LIB_DEBUG "freetype235_D_x64.lib"
// Enable CSRI, required for styles previews in the style editor and some video providers // Enable CSRI, required for styles previews in the style editor and some video providers

View file

@ -121,7 +121,7 @@
DisableLanguageExtensions="false" DisableLanguageExtensions="false"
UsePrecompiledHeader="0" UsePrecompiledHeader="0"
WarningLevel="3" WarningLevel="3"
WarnAsError="true" WarnAsError="false"
Detect64BitPortabilityProblems="true" Detect64BitPortabilityProblems="true"
DebugInformationFormat="3" DebugInformationFormat="3"
CompileAs="2" CompileAs="2"