0e2297af28
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
34 lines
502 B
Plaintext
34 lines
502 B
Plaintext
[*]
|
|
buildflags += -I../../import -Ivoip
|
|
|
|
[pong/pong.d]
|
|
target = bin/pong
|
|
|
|
[postFX/postFX.d]
|
|
target = bin/postFX
|
|
|
|
[socket/socketclient.d]
|
|
target = bin/client
|
|
|
|
[socket/socketserver.d]
|
|
target = bin/server
|
|
|
|
[sound3d/sound3d.d]
|
|
target = bin/sound3d
|
|
|
|
[soundstream/soundstream.d]
|
|
target = bin/soundstream
|
|
|
|
[view/view.d]
|
|
target = bin/view
|
|
|
|
[voip/entry.d]
|
|
target = bin/voip
|
|
|
|
version (Windows){
|
|
version (DFL){
|
|
[dfl/dflsample.d]
|
|
target = bin/dflSample
|
|
}
|
|
}
|