Skip to content

Commit

Permalink
[8796] * Add WARNING file to mangosd.vcproj. Also minor cosmetics.
Browse files Browse the repository at this point in the history
  • Loading branch information
XTZGZoReX committed Nov 9, 2009
1 parent 3564cb5 commit 1798a48
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 22 deletions.
6 changes: 3 additions & 3 deletions WARNING
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
The Massive Network Game Object Server (MaNGOS) has been built with education
as the main target and the MaNGOS team would like to keep it that way.
as the main purpose and the MaNGOS team would like to keep it that way.

Since any public and/or commercial use of this software is considered illegal
in many countries (please refer to your local law), the MaNGOS team
will not provide any help nor support with such usage in any way.
Every user of this software is encouraged to make sure no law is being broken
on his side.
on his/her side.

Both the MaNGOS team and MaNGOS foundation don't take any responsibility
Both the MaNGOS team and MaNGOS foundation will not take any responsibility
for any kind of usage of this software by the end users.
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8795"
#define REVISION_NR "8796"
#endif // __REVISION_NR_H__
13 changes: 7 additions & 6 deletions win/VC100/mangosd.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -449,13 +449,14 @@
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<None Include="..\..\Authors" />
<None Include="..\..\AUTHORS" />
<None Include="..\..\ChangeLog" />
<None Include="..\..\Copying" />
<None Include="..\..\Install" />
<None Include="..\..\News" />
<None Include="..\..\Readme" />
<None Include="..\..\Thanks" />
<None Include="..\..\COPYING" />
<None Include="..\..\INSTALL" />
<None Include="..\..\NEWS" />
<None Include="..\..\README" />
<None Include="..\..\THANKS" />
<None Include="..\..\WARNING" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\src\mangosd\CliRunnable.cpp" />
Expand Down
16 changes: 10 additions & 6 deletions win/VC80/mangosd.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -631,31 +631,35 @@
Name="doc"
>
<File
RelativePath="..\..\Authors"
RelativePath="..\..\AUTHORS"
>
</File>
<File
RelativePath="..\..\ChangeLog"
>
</File>
<File
RelativePath="..\..\Copying"
RelativePath="..\..\COPYING"
>
</File>
<File
RelativePath="..\..\Install"
RelativePath="..\..\INSTALL"
>
</File>
<File
RelativePath="..\..\News"
RelativePath="..\..\NEWS"
>
</File>
<File
RelativePath="..\..\Readme"
RelativePath="..\..\README"
>
</File>
<File
RelativePath="..\..\Thanks"
RelativePath="..\..\THANKS"
>
</File>
<File
RelativePath="..\..\WARNING"
>
</File>
</Filter>
Expand Down
16 changes: 10 additions & 6 deletions win/VC90/mangosd.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -631,31 +631,35 @@
Name="doc"
>
<File
RelativePath="..\..\Authors"
RelativePath="..\..\AUTHORS"
>
</File>
<File
RelativePath="..\..\ChangeLog"
>
</File>
<File
RelativePath="..\..\Copying"
RelativePath="..\..\COPYING"
>
</File>
<File
RelativePath="..\..\Install"
RelativePath="..\..\INSTALL"
>
</File>
<File
RelativePath="..\..\News"
RelativePath="..\..\NEWS"
>
</File>
<File
RelativePath="..\..\Readme"
RelativePath="..\..\README"
>
</File>
<File
RelativePath="..\..\Thanks"
RelativePath="..\..\THANKS"
>
</File>
<File
RelativePath="..\..\WARNING"
>
</File>
</Filter>
Expand Down

0 comments on commit 1798a48

Please sign in to comment.