Moved project files for CSFML into a "build" directory

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1009 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
laurentgom 2009-02-06 15:21:27 +00:00
parent 88d48a0f71
commit 37c0a5a6fa
55 changed files with 3145 additions and 4959 deletions

View file

@ -0,0 +1,20 @@
LIBRARY csfml-system
EXPORTS
sfClock_Create
sfClock_Destroy
sfClock_GetTime
sfClock_Reset
sfMutex_Create
sfMutex_Destroy
sfMutex_Lock
sfMutex_Unlock
sfRandom_SetSeed
sfRandom_GetSeed
sfRandom_Float
sfRandom_Int
sfSleep
sfThread_Create
sfThread_Destroy
sfThread_Launch
sfThread_Wait
sfThread_Terminate