Added the trunk/branches/tags directories at repository root, and moved previous root into trunk/
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1002 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
commit
2f524481c1
974 changed files with 295448 additions and 0 deletions
46
DSFML/import/dsss.conf
Normal file
46
DSFML/import/dsss.conf
Normal file
|
@ -0,0 +1,46 @@
|
|||
name=dsfml
|
||||
|
||||
[dsfml/audio]
|
||||
type = library
|
||||
target = dsfml-audio
|
||||
version (Windows){
|
||||
postbuild += copy "dsfml-audio.lib" "../lib/dsfml-audio.lib"
|
||||
} else version (linux){
|
||||
postbuild += cp -f "libdsfml-audio.a" "../lib/libdsfml-audio.a"
|
||||
}
|
||||
|
||||
[dsfml/network]
|
||||
type = library
|
||||
target = dsfml-network
|
||||
version (Windows){
|
||||
postbuild += copy "dsfml-network.lib" "../lib/dsfml-network.lib"
|
||||
} else version (linux){
|
||||
postbuild += cp -f "libdsfml-network.a" "../lib/libdsfml-network.a"
|
||||
}
|
||||
|
||||
[dsfml/graphics]
|
||||
type = library
|
||||
target = dsfml-graphics
|
||||
version (Windows){
|
||||
postbuild += copy "dsfml-graphics.lib" "../lib/dsfml-graphics.lib"
|
||||
} else version (linux){
|
||||
postbuild += cp -f "libdsfml-graphics.a" "../lib/libdsfml-graphics.a"
|
||||
}
|
||||
|
||||
[dsfml/system]
|
||||
type = library
|
||||
target = dsfml-system
|
||||
version (Windows){
|
||||
postbuild += copy "dsfml-system.lib" "../lib/dsfml-system.lib"
|
||||
} else version (linux){
|
||||
postbuild += cp -f "libdsfml-system.a" "../lib/libdsfml-system.a"
|
||||
}
|
||||
|
||||
[dsfml/window]
|
||||
type = library
|
||||
target = dsfml-window
|
||||
version (Windows){
|
||||
postbuild += copy "dsfml-window.lib" "../lib/dsfml-window.lib"
|
||||
} else version (linux){
|
||||
postbuild += cp -f "libdsfml-window.a" "../lib/libdsfml-window.a"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue