diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-02-26 21:59:43 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-02-26 21:59:43 +0000 |
commit | 04fcf092868af6551db8796db1f5cba30d834b92 (patch) | |
tree | 2efd9e090a07876ee4e9cd2921796c8614b2d2a5 | |
parent | 3e8de3518c8aa2e5f62b31a8ffb23e4e507c23d7 (diff) | |
download | hercules-04fcf092868af6551db8796db1f5cba30d834b92.tar.gz hercules-04fcf092868af6551db8796db1f5cba30d834b92.tar.bz2 hercules-04fcf092868af6551db8796db1f5cba30d834b92.tar.xz hercules-04fcf092868af6551db8796db1f5cba30d834b92.zip |
- Updating visual basic project files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13552 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | vcproj-6/map-server_sql.dsp | 8 | ||||
-rw-r--r-- | vcproj-6/map-server_txt.dsp | 8 | ||||
-rw-r--r-- | vcproj-7.1/map-server_sql.vcproj | 6 | ||||
-rw-r--r-- | vcproj-7.1/map-server_txt.vcproj | 6 | ||||
-rw-r--r-- | vcproj-9/map-server_sql.vcproj | 8 | ||||
-rw-r--r-- | vcproj-9/map-server_txt.vcproj | 8 |
6 files changed, 44 insertions, 0 deletions
diff --git a/vcproj-6/map-server_sql.dsp b/vcproj-6/map-server_sql.dsp index 7597f70d3..511cebc98 100644 --- a/vcproj-6/map-server_sql.dsp +++ b/vcproj-6/map-server_sql.dsp @@ -215,6 +215,14 @@ SOURCE=..\src\map\battle.h # End Source File # Begin Source File +SOURCE=..\src\map\battleground.c +# End Source File +# Begin Source File + +SOURCE=..\src\map\battleground.h +# End Source File +# Begin Source File + SOURCE=..\src\map\chat.c # End Source File # Begin Source File diff --git a/vcproj-6/map-server_txt.dsp b/vcproj-6/map-server_txt.dsp index bcee75739..9e6a20edb 100644 --- a/vcproj-6/map-server_txt.dsp +++ b/vcproj-6/map-server_txt.dsp @@ -199,6 +199,10 @@ SOURCE=..\src\map\battle.c # End Source File # Begin Source File +SOURCE=..\src\map\battleground.c +# End Source File +# Begin Source File + SOURCE=..\src\map\chat.c # End Source File # Begin Source File @@ -315,6 +319,10 @@ SOURCE=..\src\map\battle.h # End Source File # Begin Source File +SOURCE=..\src\map\battleground.h +# End Source File +# Begin Source File + SOURCE=..\src\map\chat.h # End Source File # Begin Source File diff --git a/vcproj-7.1/map-server_sql.vcproj b/vcproj-7.1/map-server_sql.vcproj index 6a6e4feb8..b85d2f9c9 100644 --- a/vcproj-7.1/map-server_sql.vcproj +++ b/vcproj-7.1/map-server_sql.vcproj @@ -161,6 +161,12 @@ RelativePath="..\src\map\battle.h"> </File> <File + RelativePath="..\src\map\battleground.c"> + </File> + <File + RelativePath="..\src\map\battleground.h"> + </File> + <File RelativePath="..\src\map\chat.c"> </File> <File diff --git a/vcproj-7.1/map-server_txt.vcproj b/vcproj-7.1/map-server_txt.vcproj index f04a036cb..2ce386fee 100644 --- a/vcproj-7.1/map-server_txt.vcproj +++ b/vcproj-7.1/map-server_txt.vcproj @@ -161,6 +161,12 @@ RelativePath="..\src\map\battle.h"> </File> <File + RelativePath="..\src\map\battleground.c"> + </File> + <File + RelativePath="..\src\map\battleground.h"> + </File> + <File RelativePath="..\src\map\chat.c"> </File> <File diff --git a/vcproj-9/map-server_sql.vcproj b/vcproj-9/map-server_sql.vcproj index 814c25fe6..22da33b69 100644 --- a/vcproj-9/map-server_sql.vcproj +++ b/vcproj-9/map-server_sql.vcproj @@ -359,6 +359,14 @@ > </File> <File + RelativePath="..\src\map\battleground.h" + > + </File> + <File + RelativePath="..\src\map\battleground.c" + > + </File> + <File RelativePath="..\src\map\chat.c" > </File> diff --git a/vcproj-9/map-server_txt.vcproj b/vcproj-9/map-server_txt.vcproj index 679f2d287..b0b8abe7f 100644 --- a/vcproj-9/map-server_txt.vcproj +++ b/vcproj-9/map-server_txt.vcproj @@ -218,6 +218,14 @@ > </File> <File + RelativePath="..\src\map\battleground.c" + > + </File> + <File + RelativePath="..\src\map\battleground.h" + > + </File> + <File RelativePath="..\src\map\chat.c" > </File> |