summaryrefslogtreecommitdiff
path: root/vcproj-9
diff options
context:
space:
mode:
authorblacksirius <blacksirius@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-06-03 19:02:35 +0000
committerblacksirius <blacksirius@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-06-03 19:02:35 +0000
commit6e3d1006aa680a7b1477a0f671c552958116ebd1 (patch)
treec635edc234c03f74b72efc20d74d6e7235032de3 /vcproj-9
parent4feeab8c61334ec73172fa01cda951dafde2505f (diff)
downloadhercules-6e3d1006aa680a7b1477a0f671c552958116ebd1.tar.gz
hercules-6e3d1006aa680a7b1477a0f671c552958116ebd1.tar.bz2
hercules-6e3d1006aa680a7b1477a0f671c552958116ebd1.tar.xz
hercules-6e3d1006aa680a7b1477a0f671c552958116ebd1.zip
VC9/VC10: followup for commit r16221 (threading / spinlock / atomic operations ..)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16222 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-9')
-rw-r--r--vcproj-9/char-server_sql.vcproj8
-rw-r--r--vcproj-9/login-server_sql.vcproj8
-rw-r--r--vcproj-9/map-server_sql.vcproj8
3 files changed, 24 insertions, 0 deletions
diff --git a/vcproj-9/char-server_sql.vcproj b/vcproj-9/char-server_sql.vcproj
index 0ae6f90db..ecc6d4d31 100644
--- a/vcproj-9/char-server_sql.vcproj
+++ b/vcproj-9/char-server_sql.vcproj
@@ -385,6 +385,14 @@
>
</File>
<File
+ RelativePath="..\src\common\thread.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\common\thread.h"
+ >
+ </File>
+ <File
RelativePath="..\src\common\timer.c"
>
</File>
diff --git a/vcproj-9/login-server_sql.vcproj b/vcproj-9/login-server_sql.vcproj
index b67281700..432fe185a 100644
--- a/vcproj-9/login-server_sql.vcproj
+++ b/vcproj-9/login-server_sql.vcproj
@@ -355,6 +355,14 @@
>
</File>
<File
+ RelativePath="..\src\common\thread.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\common\thread.h"
+ >
+ </File>
+ <File
RelativePath="..\src\common\timer.c"
>
</File>
diff --git a/vcproj-9/map-server_sql.vcproj b/vcproj-9/map-server_sql.vcproj
index cfc1158e2..34cb1ffce 100644
--- a/vcproj-9/map-server_sql.vcproj
+++ b/vcproj-9/map-server_sql.vcproj
@@ -408,6 +408,14 @@
>
</File>
<File
+ RelativePath="..\src\common\thread.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\common\thread.h"
+ >
+ </File>
+ <File
RelativePath="..\src\common\timer.c"
>
</File>