diff options
Diffstat (limited to 'vcproj-9')
-rw-r--r-- | vcproj-9/char-server.vcproj | 8 | ||||
-rw-r--r-- | vcproj-9/login-server.vcproj | 8 | ||||
-rw-r--r-- | vcproj-9/map-server.vcproj | 8 | ||||
-rw-r--r-- | vcproj-9/mapcache.vcproj | 8 |
4 files changed, 32 insertions, 0 deletions
diff --git a/vcproj-9/char-server.vcproj b/vcproj-9/char-server.vcproj index f8d8e7abd..d1d9645a0 100644 --- a/vcproj-9/char-server.vcproj +++ b/vcproj-9/char-server.vcproj @@ -421,6 +421,14 @@ > </File> <File + RelativePath="..\src\common\sysinfo.c" + > + </File> + <File + RelativePath="..\src\common\sysinfo.h" + > + </File> + <File RelativePath="..\src\common\thread.c" > </File> diff --git a/vcproj-9/login-server.vcproj b/vcproj-9/login-server.vcproj index 1031d2237..58ccfda89 100644 --- a/vcproj-9/login-server.vcproj +++ b/vcproj-9/login-server.vcproj @@ -391,6 +391,14 @@ > </File> <File + RelativePath="..\src\common\sysinfo.c" + > + </File> + <File + RelativePath="..\src\common\sysinfo.h" + > + </File> + <File RelativePath="..\src\common\thread.c" > </File> diff --git a/vcproj-9/map-server.vcproj b/vcproj-9/map-server.vcproj index 81d39e48f..5456d74b1 100644 --- a/vcproj-9/map-server.vcproj +++ b/vcproj-9/map-server.vcproj @@ -444,6 +444,14 @@ > </File> <File + RelativePath="..\src\common\sysinfo.c" + > + </File> + <File + RelativePath="..\src\common\sysinfo.h" + > + </File> + <File RelativePath="..\src\common\thread.c" > </File> diff --git a/vcproj-9/mapcache.vcproj b/vcproj-9/mapcache.vcproj index a9d230b36..70a0ac4a2 100644 --- a/vcproj-9/mapcache.vcproj +++ b/vcproj-9/mapcache.vcproj @@ -271,6 +271,14 @@ > </File> <File + RelativePath="..\src\common\sysinfo.c" + > + </File> + <File + RelativePath="..\src\common\sysinfo.h" + > + </File> + <File RelativePath="..\src\common\utils.c" > </File> |