mirror of https://github.com/odrling/Aegisub
Some more project fixes.
Originally committed to SVN as r1824.
This commit is contained in:
parent
31165436df
commit
6ade2e11ac
|
@ -38,7 +38,7 @@
|
|||
#include "version.h"
|
||||
|
||||
#ifdef __WINDOWS__
|
||||
#include "win32/config.h"
|
||||
#include "config.h"
|
||||
#include "../build/svn-revision.h"
|
||||
#else
|
||||
#ifdef __APPLE__
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -121,7 +121,7 @@
|
|||
DisableLanguageExtensions="false"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
WarnAsError="true"
|
||||
WarnAsError="false"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="2"
|
||||
|
|
Loading…
Reference in New Issue