summaryrefslogtreecommitdiffstats
path: root/accountserver.cbp
diff options
context:
space:
mode:
authorStefan Dombrowski <stefan@uni-bonn.de>2011-03-20 15:46:02 +0100
committerStefan Dombrowski <stefan@uni-bonn.de>2011-03-20 15:46:02 +0100
commit0ab67523777253387224bbcc038dedce7a64486d (patch)
treeb4db5bdd62535b1e5d5a3cd3ab7c2ab47f9e6619 /accountserver.cbp
parentdaae7beba8db384f2f3d089314b1d2d4c3cbd366 (diff)
downloadmanaserv-0ab67523777253387224bbcc038dedce7a64486d.tar.gz
manaserv-0ab67523777253387224bbcc038dedce7a64486d.tar.xz
manaserv-0ab67523777253387224bbcc038dedce7a64486d.zip
Updating C::B: Moved defines.h and manaserv_protocol.h into 'common'
The files had been moved in commit: 5b3c4a585b211b03fb2999cddd2558e030ed5c0e
Diffstat (limited to 'accountserver.cbp')
-rw-r--r--accountserver.cbp4
1 files changed, 2 insertions, 2 deletions
diff --git a/accountserver.cbp b/accountserver.cbp
index a8aefa8..9606c52 100644
--- a/accountserver.cbp
+++ b/accountserver.cbp
@@ -177,7 +177,7 @@
<Option target="Unix/Linux (Sqlite Support)" />
<Option target="Windows (Sqlite Support)" />
</Unit>
- <Unit filename="src\defines.h" />
+ <Unit filename="src\common\defines.h" />
<Unit filename="src\manaserv-account.rc">
<Option compilerVar="WINDRES" />
</Unit>
@@ -193,7 +193,7 @@
<Unit filename="src\net\messageout.h" />
<Unit filename="src\net\netcomputer.cpp" />
<Unit filename="src\net\netcomputer.h" />
- <Unit filename="src\manaserv_protocol.h" />
+ <Unit filename="src\common\manaserv_protocol.h" />
<Unit filename="src\serialize\characterdata.h" />
<Unit filename="src\utils\base64.cpp" />
<Unit filename="src\utils\base64.h" />