root/dsss.conf

Revision 838:1ecf05e680ba, 352 bytes (checked in by Aziz K?ksal <aziz.koeksal@gmail.com>, 5 months ago)

Changed build configuration.

From now on, the executable will be placed in bin/.
The postbuild.* scripts for Linux and Windows will place important files in
bin/ and bin/data/.

Added hasType() to class Expression.
Added search() to class Scope.
Added DontKnowYet? to struct Types.

Line 
1 name = dil
2 version = 0.1
3 [src/main.d]
4 type = binary
5 target = bin/dil
6 version(Windows) {
7   prebuild = mkdir bin\data
8   postbuild = scripts\postbuild.bat
9 } else {
10   prebuild = mkdir -p bin/data
11   postbuild = scripts/postbuild.sh
12 }
13 version(GNU) {
14   buildflags = -Isrc/ -Ldsss_objs/G/cmd.DDoc.o -Ldsss_objs/G/cmd.DDocXML.o
15 } else {
16   buildflags = -Isrc/
17 }
Note: See TracBrowser for help on using the browser.