From 1eaea26f79bafbac3bf478eb11b11d5e2d089bfa Mon Sep 17 00:00:00 2001 From: Wanne Date: Mon, 30 Jun 2014 19:02:05 +0000 Subject: [PATCH] - Fixed compilation error for Polish EXE - Fixed missing entries in VS2010 filters, but the EXE does not compile in VS 2010 (VS 2005 and VS 2008 works fine) o I get 28 errors regarding methods of the Dynamic Opinions ( -> Unresolved external symbols: RefreshBoxes(), InitMyBoxes(), SaveDynamicDialogue(), ... git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7301 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Laptop/Laptop_VS2010.vcxproj.filters | 12 +++++++++ Tactical/Tactical_VS2010.vcxproj.filters | 6 +++++ Utils/_PolishText.cpp | 2 +- lua/lua_VS2010.vcxproj.filters | 32 ++++++++++++++++++------ 4 files changed, 43 insertions(+), 9 deletions(-) diff --git a/Laptop/Laptop_VS2010.vcxproj.filters b/Laptop/Laptop_VS2010.vcxproj.filters index 5bff6ba2..5e2c8c85 100644 --- a/Laptop/Laptop_VS2010.vcxproj.filters +++ b/Laptop/Laptop_VS2010.vcxproj.filters @@ -249,6 +249,15 @@ Header Files + + Source Files + + + Header Files + + + Header Files + @@ -509,5 +518,8 @@ Source Files + + Source Files + \ No newline at end of file diff --git a/Tactical/Tactical_VS2010.vcxproj.filters b/Tactical/Tactical_VS2010.vcxproj.filters index ed9dc3a4..d444ec37 100644 --- a/Tactical/Tactical_VS2010.vcxproj.filters +++ b/Tactical/Tactical_VS2010.vcxproj.filters @@ -267,6 +267,12 @@ Header Files + + Header Files + + + Source Files + diff --git a/Utils/_PolishText.cpp b/Utils/_PolishText.cpp index bc5edd86..64da97df 100644 --- a/Utils/_PolishText.cpp +++ b/Utils/_PolishText.cpp @@ -5818,7 +5818,7 @@ STR16 gzGIOScreenText[] = L"Manipulacja ekwipunkiem kosztuje punkty akcji", L"Nowy system szans trafienia", - L"Ulepszony system przerwań, + L"Ulepszony system przerwań", L"Historie najemników", L"System pożywienia", L"Wielkość zasobów Bobby'ego Ray'a", diff --git a/lua/lua_VS2010.vcxproj.filters b/lua/lua_VS2010.vcxproj.filters index 72198bfa..bc770525 100644 --- a/lua/lua_VS2010.vcxproj.filters +++ b/lua/lua_VS2010.vcxproj.filters @@ -30,10 +30,18 @@ Header Files - - - - + + Header Files + + + Header Files + + + Header Files + + + Header Files + @@ -51,9 +59,17 @@ Source Files - - - - + + Source Files + + + Source Files + + + Source Files + + + Source Files + \ No newline at end of file