From 6ade2e11ace3122c8836015296ec7a8f338e8889 Mon Sep 17 00:00:00 2001
From: Rodrigo Braz Monteiro <zeratul@cellosoft.com>
Date: Wed, 23 Jan 2008 23:00:52 +0000
Subject: [PATCH] Some more project fixes.

Originally committed to SVN as r1824.
---
 aegisub/version.cpp     | 2 +-
 aegisub/win64/config0.h | 4 ++--
 lua51/lua51_vc9.vcproj  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/aegisub/version.cpp b/aegisub/version.cpp
index 4aaa878c6..e50541003 100644
--- a/aegisub/version.cpp
+++ b/aegisub/version.cpp
@@ -38,7 +38,7 @@
 #include "version.h"
 
 #ifdef __WINDOWS__
-#include "win32/config.h"
+#include "config.h"
 #include "../build/svn-revision.h"
 #else
 #ifdef __APPLE__
diff --git a/aegisub/win64/config0.h b/aegisub/win64/config0.h
index 0ba0fa4cc..5638f74ce 100644
--- a/aegisub/win64/config0.h
+++ b/aegisub/win64/config0.h
@@ -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
diff --git a/lua51/lua51_vc9.vcproj b/lua51/lua51_vc9.vcproj
index 64c965deb..9bf725822 100644
--- a/lua51/lua51_vc9.vcproj
+++ b/lua51/lua51_vc9.vcproj
@@ -121,7 +121,7 @@
 				DisableLanguageExtensions="false"
 				UsePrecompiledHeader="0"
 				WarningLevel="3"
-				WarnAsError="true"
+				WarnAsError="false"
 				Detect64BitPortabilityProblems="true"
 				DebugInformationFormat="3"
 				CompileAs="2"
-- 
GitLab