diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-02-01 13:25:26 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-02-01 13:25:26 +0100 |
commit | 83fc39219825532fbbbaa6a6af2942e82f350845 (patch) | |
tree | 6259e556c81ee1e9f98f5a98f5d963ed2b90775f /VC2008 | |
parent | cEvent: fixed wrong errorchecking in win32 Set() (diff) | |
download | cuberite-83fc39219825532fbbbaa6a6af2942e82f350845.tar cuberite-83fc39219825532fbbbaa6a6af2942e82f350845.tar.gz cuberite-83fc39219825532fbbbaa6a6af2942e82f350845.tar.bz2 cuberite-83fc39219825532fbbbaa6a6af2942e82f350845.tar.lz cuberite-83fc39219825532fbbbaa6a6af2942e82f350845.tar.xz cuberite-83fc39219825532fbbbaa6a6af2942e82f350845.tar.zst cuberite-83fc39219825532fbbbaa6a6af2942e82f350845.zip |
Diffstat (limited to 'VC2008')
-rw-r--r-- | VC2008/MCServer.vcproj | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index ef5f1d3c1..1698616c4 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -436,10 +436,6 @@ >
</File>
<File
- RelativePath="..\source\cSign.h"
- >
- </File>
- <File
RelativePath="..\source\cSimulator.cpp"
>
</File>
@@ -1291,6 +1287,10 @@ >
</File>
<File
+ RelativePath="..\source\cSign.h"
+ >
+ </File>
+ <File
RelativePath="..\source\cSignEntity.cpp"
>
</File>
@@ -1435,6 +1435,14 @@ >
</File>
<File
+ RelativePath="..\source\cIsThread.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cIsThread.h"
+ >
+ </File>
+ <File
RelativePath="..\source\cMakeDir.cpp"
>
</File>
|