From 382ce9ad80de448431c1490185f02b123e1cd08f Mon Sep 17 00:00:00 2001 From: amber Date: Thu, 31 Mar 2005 00:33:12 +0000 Subject: added sql projects for eAthena git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1349 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog-SVN.txt | 3 +- eAthena.sln | 24 +++ vcproj/char-server_sql.vcproj | 179 +++++++++++++++++++ vcproj/char-server_txt.vcproj | 2 +- vcproj/login-server_sql.vcproj | 167 ++++++++++++++++++ vcproj/map-server_sql.vcproj | 377 +++++++++++++++++++++++++++++++++++++++++ 6 files changed, 750 insertions(+), 2 deletions(-) create mode 100644 vcproj/char-server_sql.vcproj create mode 100644 vcproj/login-server_sql.vcproj create mode 100644 vcproj/map-server_sql.vcproj diff --git a/Changelog-SVN.txt b/Changelog-SVN.txt index d4ebdfe8b..cda6a2b7c 100644 --- a/Changelog-SVN.txt +++ b/Changelog-SVN.txt @@ -2,11 +2,12 @@ Date Added 03/30 + * Began sql projects for VC7 [1349: MouseJstr] * text char-server and login-server now build using VC7. You can use the eAthena.sln solution to build all three. These are currently just the text versions of the servers. I have not added projects yet to build the sql versions. - [SVN: 1357 MouseJstr] + [SVN: 1347 MouseJstr] * Made the map-server build cleanly using Microsoft Visual Studio.. entirely native code without any cygwin dependency [SVN: 1345 MouseJstr] diff --git a/eAthena.sln b/eAthena.sln index 830da50d5..b8444b1bb 100644 --- a/eAthena.sln +++ b/eAthena.sln @@ -11,6 +11,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "char-server_txt", "vcproj\c ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "char-server_sql", "vcproj\char-server_sql.vcproj", "{D356871D-58E1-450B-967A-E4E9646175AF}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "login-server_sql", "vcproj\login-server_sql.vcproj", "{D356871D-58E1-450B-967A-E5E9646175AF}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "map-server_sql", "vcproj\map-server_sql.vcproj", "{D356871D-58E1-450B-967A-E6E9646175AF}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject Global GlobalSection(SolutionConfiguration) = preSolution Debug = Debug @@ -29,6 +41,18 @@ Global {D356871D-58E1-450B-967A-E3E9646175AF}.Debug.Build.0 = Debug|Win32 {D356871D-58E1-450B-967A-E3E9646175AF}.Release.ActiveCfg = Release|Win32 {D356871D-58E1-450B-967A-E3E9646175AF}.Release.Build.0 = Release|Win32 + {D356871D-58E1-450B-967A-E4E9646175AF}.Debug.ActiveCfg = Debug|Win32 + {D356871D-58E1-450B-967A-E4E9646175AF}.Debug.Build.0 = Debug|Win32 + {D356871D-58E1-450B-967A-E4E9646175AF}.Release.ActiveCfg = Release|Win32 + {D356871D-58E1-450B-967A-E4E9646175AF}.Release.Build.0 = Release|Win32 + {D356871D-58E1-450B-967A-E5E9646175AF}.Debug.ActiveCfg = Debug|Win32 + {D356871D-58E1-450B-967A-E5E9646175AF}.Debug.Build.0 = Debug|Win32 + {D356871D-58E1-450B-967A-E5E9646175AF}.Release.ActiveCfg = Release|Win32 + {D356871D-58E1-450B-967A-E5E9646175AF}.Release.Build.0 = Release|Win32 + {D356871D-58E1-450B-967A-E6E9646175AF}.Debug.ActiveCfg = Debug|Win32 + {D356871D-58E1-450B-967A-E6E9646175AF}.Debug.Build.0 = Debug|Win32 + {D356871D-58E1-450B-967A-E6E9646175AF}.Release.ActiveCfg = Release|Win32 + {D356871D-58E1-450B-967A-E6E9646175AF}.Release.Build.0 = Release|Win32 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection diff --git a/vcproj/char-server_sql.vcproj b/vcproj/char-server_sql.vcproj new file mode 100644 index 000000000..fb8b90f8b --- /dev/null +++ b/vcproj/char-server_sql.vcproj @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vcproj/char-server_txt.vcproj b/vcproj/char-server_txt.vcproj index 809c06124..8ccd9a5ed 100644 --- a/vcproj/char-server_txt.vcproj +++ b/vcproj/char-server_txt.vcproj @@ -78,7 +78,7 @@ Name="VCCustomBuildTool"/> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vcproj/map-server_sql.vcproj b/vcproj/map-server_sql.vcproj new file mode 100644 index 000000000..017ab2fcb --- /dev/null +++ b/vcproj/map-server_sql.vcproj @@ -0,0 +1,377 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-70-g09d2