diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-23 23:23:33 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-23 23:23:33 +0200 |
commit | 7abb5f7604bb9a0a716e89f3b27e330b016a38b9 (patch) | |
tree | 7ccaea302b953c239a0d60548b6f7bcaf72e6527 /VC2008 | |
parent | Source files cleanup: Removed unused cBlockToPickup (diff) | |
download | cuberite-7abb5f7604bb9a0a716e89f3b27e330b016a38b9.tar cuberite-7abb5f7604bb9a0a716e89f3b27e330b016a38b9.tar.gz cuberite-7abb5f7604bb9a0a716e89f3b27e330b016a38b9.tar.bz2 cuberite-7abb5f7604bb9a0a716e89f3b27e330b016a38b9.tar.lz cuberite-7abb5f7604bb9a0a716e89f3b27e330b016a38b9.tar.xz cuberite-7abb5f7604bb9a0a716e89f3b27e330b016a38b9.tar.zst cuberite-7abb5f7604bb9a0a716e89f3b27e330b016a38b9.zip |
Diffstat (limited to '')
-rw-r--r-- | VC2008/MCServer.vcproj | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index 66e2e457b..2acef09df 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -1113,110 +1113,110 @@ </File>
</Filter>
<Filter
- Name="OS Support"
+ Name="OSSupport"
>
<File
- RelativePath="..\source\cBlockingTCPLink.cpp"
+ RelativePath="..\source\OSSupport\BlockingTCPLink.cpp"
>
</File>
<File
- RelativePath="..\source\cBlockingTCPLink.h"
+ RelativePath="..\source\OSSupport\BlockingTCPLink.h"
>
</File>
<File
- RelativePath="..\source\cCriticalSection.cpp"
+ RelativePath="..\source\OSSupport\CriticalSection.cpp"
>
</File>
<File
- RelativePath="..\source\cCriticalSection.h"
+ RelativePath="..\source\OSSupport\CriticalSection.h"
>
</File>
<File
- RelativePath="..\source\cEvent.cpp"
+ RelativePath="..\source\OSSupport\Event.cpp"
>
</File>
<File
- RelativePath="..\source\cEvent.h"
+ RelativePath="..\source\OSSupport\Event.h"
>
</File>
<File
- RelativePath="..\source\cFile.cpp"
+ RelativePath="..\source\OSSupport\File.cpp"
>
</File>
<File
- RelativePath="..\source\cFile.h"
+ RelativePath="..\source\OSSupport\File.h"
>
</File>
<File
- RelativePath="..\source\cIsThread.cpp"
+ RelativePath="..\source\OSSupport\IsThread.cpp"
>
</File>
<File
- RelativePath="..\source\cIsThread.h"
+ RelativePath="..\source\OSSupport\IsThread.h"
>
</File>
<File
- RelativePath="..\source\cMakeDir.cpp"
+ RelativePath="..\source\OSSupport\MakeDir.cpp"
>
</File>
<File
- RelativePath="..\source\cMakeDir.h"
+ RelativePath="..\source\OSSupport\MakeDir.h"
>
</File>
<File
- RelativePath="..\source\cSemaphore.cpp"
+ RelativePath="..\source\OSSupport\Semaphore.cpp"
>
</File>
<File
- RelativePath="..\source\cSemaphore.h"
+ RelativePath="..\source\OSSupport\Semaphore.h"
>
</File>
<File
- RelativePath="..\source\cSleep.cpp"
+ RelativePath="..\source\OSSupport\Sleep.cpp"
>
</File>
<File
- RelativePath="..\source\cSleep.h"
+ RelativePath="..\source\OSSupport\Sleep.h"
>
</File>
<File
- RelativePath="..\source\cSocket.cpp"
+ RelativePath="..\source\OSSupport\Socket.cpp"
>
</File>
<File
- RelativePath="..\source\cSocket.h"
+ RelativePath="..\source\OSSupport\Socket.h"
>
</File>
<File
- RelativePath="..\source\cSocketThreads.cpp"
+ RelativePath="..\source\OSSupport\SocketThreads.cpp"
>
</File>
<File
- RelativePath="..\source\cSocketThreads.h"
+ RelativePath="..\source\OSSupport\SocketThreads.h"
>
</File>
<File
- RelativePath="..\source\cTCPLink.cpp"
+ RelativePath="..\source\OSSupport\TCPLink.cpp"
>
</File>
<File
- RelativePath="..\source\cTCPLink.h"
+ RelativePath="..\source\OSSupport\TCPLink.h"
>
</File>
<File
- RelativePath="..\source\cThread.cpp"
+ RelativePath="..\source\OSSupport\Thread.cpp"
>
</File>
<File
- RelativePath="..\source\cThread.h"
+ RelativePath="..\source\OSSupport\Thread.h"
>
</File>
<File
- RelativePath="..\source\cTimer.cpp"
+ RelativePath="..\source\OSSupport\Timer.cpp"
>
</File>
<File
- RelativePath="..\source\cTimer.h"
+ RelativePath="..\source\OSSupport\Timer.h"
>
</File>
<Filter
|