mangosArchives / Mangos-One-server-old

This repo has been moved to https://githubs.com/mangosone/server
http://getmangos.eu/
GNU General Public License v2.0
95 stars 54 forks source link

Compile VS 2008 issue #62

Closed Ve1vet closed 12 years ago

Ve1vet commented 12 years ago

Commit https://github.com/mangos-one/server/commit/90b794e03652056fbed32217603df48167f27aba You move Battleground to separate directory but in game.vcproj you forget do this. <Filter Name="BattleGround"

<File RelativePath="....\src\game\BattleGround\BattleGround.cpp"

<File RelativePath="....\src\game\BattleGround\BattleGround.h"

<File RelativePath="....\src\game\BattleGround\BattleGroundAA.cpp"

<File RelativePath="....\src\game\BattleGround\BattleGroundAA.h"

<File RelativePath="....\src\game\BattleGround\BattleGroundAB.cpp"

<File RelativePath="....\src\game\BattleGround\BattleGroundAB.h"

<File RelativePath="....\src\game\BattleGround\BattleGroundAV.cpp"

<File RelativePath="....\src\game\BattleGround\BattleGroundAV.h"

<File RelativePath="....\src\game\BattleGround\BattleGroundBE.cpp"

<File RelativePath="....\src\game\BattleGround\BattleGroundBE.h"

<File RelativePath="....\src\game\BattleGround\BattleGroundEY.cpp"

<File RelativePath="....\src\game\BattleGround\BattleGroundEY.h"

<File RelativePath="....\src\game\BattleGround\BattleGroundHandler.cpp"

<File RelativePath="....\src\game\BattleGround\BattleGroundMgr.cpp"

<File RelativePath="....\src\game\BattleGround\BattleGroundMgr.h"

<File RelativePath="....\src\game\BattleGround\BattleGroundNA.cpp"

<File RelativePath="....\src\game\BattleGround\BattleGroundNA.h"

<File RelativePath="....\src\game\BattleGround\BattleGroundRL.cpp"

<File RelativePath="....\src\game\BattleGround\BattleGroundRL.h"

<File RelativePath="....\src\game\BattleGround\BattleGroundWS.cpp"

<File RelativePath="....\src\game\BattleGround\BattleGroundWS.h"

Test compile? No not heard?

Ve1vet commented 12 years ago

Also ....\dep\include\g3dlite....\src\game; whf???

Salja commented 12 years ago

Thanks nust be fixed in [1693]