diff options
author | shennetsind <ind@henn.et> | 2013-02-16 17:43:04 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-02-16 17:43:04 -0200 |
commit | 3b122c06573fa66cb84417f2f08e78910b685476 (patch) | |
tree | 21a0b8068b62830f2b1a2e93516696d07cede966 | |
parent | 78b4db8a026e9e16367daa12eac03955815ef94c (diff) | |
download | hercules-3b122c06573fa66cb84417f2f08e78910b685476.tar.gz hercules-3b122c06573fa66cb84417f2f08e78910b685476.tar.bz2 hercules-3b122c06573fa66cb84417f2f08e78910b685476.tar.xz hercules-3b122c06573fa66cb84417f2f08e78910b685476.zip |
Dropping _sql suffix in server names, part 2.
Git didn't like me renaming and changing the contents of files at once, so I had to send the renames in the previous commit and now the modifications in this commit
Signed-off-by: shennetsind <ind@henn.et>
-rwxr-xr-x | char-server.bat | 2 | ||||
-rwxr-xr-x | login-server.bat | 2 | ||||
-rwxr-xr-x | map-server.bat | 2 | ||||
-rwxr-xr-x | run-server.bat | 8 | ||||
-rw-r--r-- | vcproj-10/char-server.vcxproj | 6 | ||||
-rw-r--r-- | vcproj-10/login-server.vcxproj | 6 | ||||
-rw-r--r-- | vcproj-10/map-server.vcxproj | 6 | ||||
-rw-r--r-- | vcproj-12/char-server.vcxproj | 6 | ||||
-rw-r--r-- | vcproj-12/login-server.vcxproj | 6 | ||||
-rw-r--r-- | vcproj-12/map-server.vcxproj | 6 | ||||
-rw-r--r-- | vcproj-9/char-server.vcproj | 4 | ||||
-rw-r--r-- | vcproj-9/login-server.vcproj | 4 | ||||
-rw-r--r-- | vcproj-9/map-server.vcproj | 4 |
13 files changed, 31 insertions, 31 deletions
diff --git a/char-server.bat b/char-server.bat index c88168475..b21efac35 100755 --- a/char-server.bat +++ b/char-server.bat @@ -1,2 +1,2 @@ @ECHO OFF -CALL serv.bat char-server_sql.exe Char-Server +CALL serv.bat char-server.exe Char-Server diff --git a/login-server.bat b/login-server.bat index e38daa6d5..a36e07f17 100755 --- a/login-server.bat +++ b/login-server.bat @@ -1,2 +1,2 @@ @ECHO OFF -CALL serv.bat login-server_sql.exe Login-Server +CALL serv.bat login-server.exe Login-Server diff --git a/map-server.bat b/map-server.bat index 9938a25f1..fc6235092 100755 --- a/map-server.bat +++ b/map-server.bat @@ -1,2 +1,2 @@ @ECHO OFF -CALL serv.bat map-server_sql.exe Map-Server +CALL serv.bat map-server.exe Map-Server diff --git a/run-server.bat b/run-server.bat index f111acf46..3d09ba318 100755 --- a/run-server.bat +++ b/run-server.bat @@ -1,8 +1,8 @@ @echo off -rem This is and auto-restart script for the rAthena Ragnarok Online Server Emulator. +rem This is and auto-restart script for the Server Emulator. rem It will also keep the map server OPEN after it crashes to that errors may be rem more easily identified rem Writen by Jbain -start cmd /k logserv-sql.bat -start cmd /k charserv-sql.bat -start cmd /k mapserv-sql.bat +start cmd /k login-server.bat +start cmd /k char-server.bat +start cmd /k map-server.bat diff --git a/vcproj-10/char-server.vcxproj b/vcproj-10/char-server.vcxproj index 4900ffc91..898f0cb68 100644 --- a/vcproj-10/char-server.vcxproj +++ b/vcproj-10/char-server.vcxproj @@ -12,7 +12,7 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{D356871D-58E1-450B-967A-E4E9646175AF}</ProjectGuid> - <RootNamespace>char-server_sql</RootNamespace> + <RootNamespace>char-server</RootNamespace> <Keyword>Win32Proj</Keyword> <VCTargetsPath Condition="'$(VCTargetsPath11)' != '' and '$(VSVersion)' == '' and $(VisualStudioVersion) == ''">$(VCTargetsPath11)</VCTargetsPath> </PropertyGroup> @@ -47,8 +47,8 @@ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\</OutDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)\$(Configuration)\</IntDir> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> - <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">char-server_sql</TargetName> - <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">char-server_sql</TargetName> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">char-server</TargetName> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">char-server</TargetName> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> diff --git a/vcproj-10/login-server.vcxproj b/vcproj-10/login-server.vcxproj index a9e693676..dc55af074 100644 --- a/vcproj-10/login-server.vcxproj +++ b/vcproj-10/login-server.vcxproj @@ -12,7 +12,7 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{D356871D-58E1-450B-967A-E5E9646175AF}</ProjectGuid> - <RootNamespace>login-server_sql</RootNamespace> + <RootNamespace>login-server</RootNamespace> <Keyword>Win32Proj</Keyword> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> @@ -45,8 +45,8 @@ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\</OutDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)\$(Configuration)\</IntDir> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> - <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">login-server_sql</TargetName> - <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">login-server_sql</TargetName> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">login-server</TargetName> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">login-server</TargetName> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> diff --git a/vcproj-10/map-server.vcxproj b/vcproj-10/map-server.vcxproj index 9d7543e02..07e4b2df8 100644 --- a/vcproj-10/map-server.vcxproj +++ b/vcproj-10/map-server.vcxproj @@ -12,7 +12,7 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{D356871D-58E1-450B-967A-E6E9646175AF}</ProjectGuid> - <RootNamespace>map-server_sql</RootNamespace> + <RootNamespace>map-server</RootNamespace> <Keyword>Win32Proj</Keyword> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> @@ -44,8 +44,8 @@ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\</OutDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)\$(Configuration)\</IntDir> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> - <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">map-server_sql</TargetName> - <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">map-server_sql</TargetName> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">map-server</TargetName> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">map-server</TargetName> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> diff --git a/vcproj-12/char-server.vcxproj b/vcproj-12/char-server.vcxproj index 0fb39a79a..bd7f5c4bd 100644 --- a/vcproj-12/char-server.vcxproj +++ b/vcproj-12/char-server.vcxproj @@ -12,7 +12,7 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{D356871D-58E1-450B-967A-E4E9646175AF}</ProjectGuid> - <RootNamespace>char-server_sql</RootNamespace> + <RootNamespace>char-server</RootNamespace> <Keyword>Win32Proj</Keyword> <VCTargetsPath Condition="'$(VCTargetsPath11)' != '' and '$(VSVersion)' == '' and $(VisualStudioVersion) == ''">$(VCTargetsPath11)</VCTargetsPath> </PropertyGroup> @@ -48,8 +48,8 @@ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\</OutDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)\$(Configuration)\</IntDir> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> - <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">char-server_sql</TargetName> - <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">char-server_sql</TargetName> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">char-server</TargetName> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">char-server</TargetName> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> diff --git a/vcproj-12/login-server.vcxproj b/vcproj-12/login-server.vcxproj index aa766b972..b95b048fb 100644 --- a/vcproj-12/login-server.vcxproj +++ b/vcproj-12/login-server.vcxproj @@ -12,7 +12,7 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{D356871D-58E1-450B-967A-E5E9646175AF}</ProjectGuid> - <RootNamespace>login-server_sql</RootNamespace> + <RootNamespace>login-server</RootNamespace> <Keyword>Win32Proj</Keyword> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> @@ -47,8 +47,8 @@ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\</OutDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)\$(Configuration)\</IntDir> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> - <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">login-server_sql</TargetName> - <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">login-server_sql</TargetName> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">login-server</TargetName> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">login-server</TargetName> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> diff --git a/vcproj-12/map-server.vcxproj b/vcproj-12/map-server.vcxproj index b01033971..f6bed2fe9 100644 --- a/vcproj-12/map-server.vcxproj +++ b/vcproj-12/map-server.vcxproj @@ -12,7 +12,7 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{D356871D-58E1-450B-967A-E6E9646175AF}</ProjectGuid> - <RootNamespace>map-server_sql</RootNamespace> + <RootNamespace>map-server</RootNamespace> <Keyword>Win32Proj</Keyword> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> @@ -46,8 +46,8 @@ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\</OutDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)\$(Configuration)\</IntDir> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> - <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">map-server_sql</TargetName> - <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">map-server_sql</TargetName> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">map-server</TargetName> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">map-server</TargetName> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> diff --git a/vcproj-9/char-server.vcproj b/vcproj-9/char-server.vcproj index 3933e5c6b..b6b284c6d 100644 --- a/vcproj-9/char-server.vcproj +++ b/vcproj-9/char-server.vcproj @@ -2,9 +2,9 @@ <VisualStudioProject ProjectType="Visual C++" Version="9,00" - Name="char-server_sql" + Name="char-server" ProjectGUID="{D356871D-58E1-450B-967A-E4E9646175AF}" - RootNamespace="char-server_sql" + RootNamespace="char-server" Keyword="Win32Proj" TargetFrameworkVersion="131072" > diff --git a/vcproj-9/login-server.vcproj b/vcproj-9/login-server.vcproj index a8d633997..9bbc53263 100644 --- a/vcproj-9/login-server.vcproj +++ b/vcproj-9/login-server.vcproj @@ -2,9 +2,9 @@ <VisualStudioProject ProjectType="Visual C++" Version="9,00" - Name="login-server_sql" + Name="login-server" ProjectGUID="{D356871D-58E1-450B-967A-E5E9646175AF}" - RootNamespace="login-server_sql" + RootNamespace="login-server" Keyword="Win32Proj" TargetFrameworkVersion="131072" > diff --git a/vcproj-9/map-server.vcproj b/vcproj-9/map-server.vcproj index 8b85ad3b3..ff02b2fd3 100644 --- a/vcproj-9/map-server.vcproj +++ b/vcproj-9/map-server.vcproj @@ -2,9 +2,9 @@ <VisualStudioProject ProjectType="Visual C++" Version="9,00" - Name="map-server_sql" + Name="map-server" ProjectGUID="{D356871D-58E1-450B-967A-E6E9646175AF}" - RootNamespace="map-server_sql" + RootNamespace="map-server" Keyword="Win32Proj" TargetFrameworkVersion="131072" > |