diff options
-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> |