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"
#ifdef __WINDOWS__
#include "win32/config.h"
#include "config.h"
#include "../build/svn-revision.h"
#else
#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
// Requires: FreeType2
//#define WITH_FREETYPE2
//#define FT2_LIB_RELEASE "freetype235.lib"
//#define FT2_LIB_DEBUG "freetype235_D.lib"
//#define FT2_LIB_RELEASE "freetype235_x64.lib"
//#define FT2_LIB_DEBUG "freetype235_D_x64.lib"
// Enable CSRI, required for styles previews in the style editor and some video providers

View File

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