1
0
Fork 0

Compile fix?

This commit is contained in:
Tiger Wang 2014-10-21 13:49:53 +01:00
parent 014ebb7fe6
commit 2b920f9e21
2 changed files with 2 additions and 4 deletions

View File

@ -31,7 +31,6 @@ SET (SRCS
Cuboid.cpp
DeadlockDetect.cpp
Enchantments.cpp
FastRandom.cpp
FurnaceRecipe.cpp
Globals.cpp
Inventory.cpp
@ -94,7 +93,6 @@ SET (HDRS
Defines.h
Enchantments.h
Endianness.h
FastRandom.h
ForEachChunkProvider.h
FurnaceRecipe.h
Globals.h

View File

@ -15,7 +15,7 @@ SET (SRCS
Semaphore.cpp
Socket.cpp
SocketThreads.cpp
Timer.cpp)
)
SET (HDRS
CriticalSection.h
@ -29,7 +29,7 @@ SET (HDRS
Semaphore.h
Socket.h
SocketThreads.h
Timer.h)
)
if(NOT MSVC)
add_library(OSSupport ${SRCS} ${HDRS})