Moved all bindings to the "bindings" sub-directory
Renamed the CSFML directory to c Renamed the DSFML directory to d --> bindings must now be updated to match the new organization! git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1630 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
0cc5563cac
commit
0e2297af28
417 changed files with 0 additions and 0 deletions
46
bindings/d/import/dsss.conf
Normal file
46
bindings/d/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