applied fixes for windows compatibility, needs cleanup

This commit is contained in:
2010-11-28 23:08:52 +01:00
parent 0e77645776
commit 1a0da37a4c
8 changed files with 28 additions and 6 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ SET ( SRCS
mathlib.cc
main.cc
)
ADD_LIBRARY ( mathlib SHARED mathlib.cc mathlib.h)
ADD_LIBRARY ( mathlib STATIC mathlib.cc mathlib.h)