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:
parent
88d48a0f71
commit
37c0a5a6fa
55 changed files with 3145 additions and 4959 deletions
20
CSFML/build/VC2008/csfml-system-d.def
Normal file
20
CSFML/build/VC2008/csfml-system-d.def
Normal file
|
@ -0,0 +1,20 @@
|
|||
LIBRARY csfml-system-d
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue