diff options
Diffstat (limited to 'vcproj-9')
-rw-r--r-- | vcproj-9/char-server_sql.vcproj | 8 | ||||
-rw-r--r-- | vcproj-9/login-server_sql.vcproj | 8 | ||||
-rw-r--r-- | vcproj-9/map-server_sql.vcproj | 8 |
3 files changed, 24 insertions, 0 deletions
diff --git a/vcproj-9/char-server_sql.vcproj b/vcproj-9/char-server_sql.vcproj index ecc6d4d31..369c6452a 100644 --- a/vcproj-9/char-server_sql.vcproj +++ b/vcproj-9/char-server_sql.vcproj @@ -337,6 +337,14 @@ > </File> <File + RelativePath="..\src\common\mutex.c" + > + </File> + <File + RelativePath="..\src\common\mutex.h" + > + </File> + <File RelativePath="..\src\common\nullpo.c" > </File> diff --git a/vcproj-9/login-server_sql.vcproj b/vcproj-9/login-server_sql.vcproj index 432fe185a..d3ed25e0a 100644 --- a/vcproj-9/login-server_sql.vcproj +++ b/vcproj-9/login-server_sql.vcproj @@ -307,6 +307,14 @@ > </File> <File + RelativePath="..\src\common\mutex.c" + > + </File> + <File + RelativePath="..\src\common\mutex.h" + > + </File> + <File RelativePath="..\src\common\nullpo.c" > </File> diff --git a/vcproj-9/map-server_sql.vcproj b/vcproj-9/map-server_sql.vcproj index 34cb1ffce..153a19fbe 100644 --- a/vcproj-9/map-server_sql.vcproj +++ b/vcproj-9/map-server_sql.vcproj @@ -360,6 +360,14 @@ > </File> <File + RelativePath="..\src\common\mutex.c" + > + </File> + <File + RelativePath="..\src\common\mutex.h" + > + </File> + <File RelativePath="..\src\common\nullpo.c" > </File> |