Skip to content

Commit

Permalink
dsss: Use derelict from ../libs/derelict if available; enable warning…
Browse files Browse the repository at this point in the history
…s per default.
  • Loading branch information
dnadlinger committed Oct 25, 2009
1 parent f07bd86 commit 003411f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/dsss.conf
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name=d4

[*]
buildflags=-I../src -I../libs/dAssimp
buildflags=-I../src -I../libs/dAssimp -I../libs/derelict -w

version( DigitalMars ) {
releaseflags+=-release -O -inline
}

version( GNU ) {
buildflags+=-no-export-dynamic
debugflags+=-w
releaseflags+=-release -O -funroll-loops -finline-functions
}

Expand Down

0 comments on commit 003411f

Please sign in to comment.