From 87ac25bfa7e0462068586b6fc6c67279cba8f53c Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Tue, 11 Jan 2011 22:04:21 +0000 Subject: [PATCH] Add some missing files to the libaegisub project. Make Lua compile as C++ to get C++ name mangling, as Aegisub expects that. Originally committed to SVN as r5179. --- .../build/msbuild/libaegisub/libaegisub.vcxproj | 15 +++++++++++++++ .../msbuild/libaegisub/libaegisub.vcxproj.filters | 9 +++++++++ aegisub/build/msbuild/lua51/lua51.vcxproj | 1 + 3 files changed, 25 insertions(+) diff --git a/aegisub/build/msbuild/libaegisub/libaegisub.vcxproj b/aegisub/build/msbuild/libaegisub/libaegisub.vcxproj index fde5b121b..4b2d56c79 100644 --- a/aegisub/build/msbuild/libaegisub/libaegisub.vcxproj +++ b/aegisub/build/msbuild/libaegisub/libaegisub.vcxproj @@ -100,11 +100,26 @@ $(IntDir)Common\ $(IntDir)Common\ + + $(IntDir)Common\ + $(IntDir)Common\ + $(IntDir)Common\ + $(IntDir)Common\ $(IntDir)Common\ $(IntDir)Common\ + + $(IntDir)Common\ + $(IntDir)Common\ + $(IntDir)Common\ + + + $(IntDir)Common\ + $(IntDir)Common\ + $(IntDir)Common\ + $(IntDir)Common\ $(IntDir)Common\ diff --git a/aegisub/build/msbuild/libaegisub/libaegisub.vcxproj.filters b/aegisub/build/msbuild/libaegisub/libaegisub.vcxproj.filters index e76eed75d..17b771425 100644 --- a/aegisub/build/msbuild/libaegisub/libaegisub.vcxproj.filters +++ b/aegisub/build/msbuild/libaegisub/libaegisub.vcxproj.filters @@ -157,6 +157,15 @@ Source Files\Common + + Source Files\Common + + + Source Files\Common + + + Source Files\Common + diff --git a/aegisub/build/msbuild/lua51/lua51.vcxproj b/aegisub/build/msbuild/lua51/lua51.vcxproj index 30f9e9af2..62bb346df 100644 --- a/aegisub/build/msbuild/lua51/lua51.vcxproj +++ b/aegisub/build/msbuild/lua51/lua51.vcxproj @@ -47,6 +47,7 @@ LUA_BUILD_AS_DLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + CompileAsCpp