Search

February 07, 2013
General »
...support some kind of conditions:

[main.d]
buildflags += -L-L.
version (Windows) {
    # do stuff
}

It...
July 14, 2011
General »
...target("foo.d", {
    buildflags ~=  "-L-ldwt";
});

target("main.d" {
    buildflags ~=  "-release"
});

"buildflags" would probably be...
March 08, 2010
Genel »
...onu da yapabilmeliyiz. dsss.conf'ların içindeki buildflags satırlarından derleme satırlarının nasıl olmaları gerektiğini anlayabiliriz...
September 17, 2009
DWT »
...2009 +0200
@@ -3,1 +3,1 @@
-buildflags+=-Jres
+buildflags+=-Jres -version=TANGOSVN
diff -r 5f6d9bb33a53...
August 16, 2009
Learn »
...void main()
{
    DerelictGL.load();
}

The dsss.conf:

[*]
buildflags = -g -gc

[test.d]


I don't...
May 25, 2009
DWT »
...project dir:

--- dsss.conf ---
[dwt_test.d]
buildflags += -L+dwt-base -Ic:\dwt2\imp -Jc...
May 23, 2009
DWT »
...app with DSSS i use the following buildflags:

-L+dwt-base -Ic:\dwt2\imp -Jc...
April 06, 2009
DWT »
...else {
        buildflags+= -L/SUBSYSTEM:console:5
    }
    buildflags+= -L/rc:java
    buildflags+= -L/rc:org
    buildflags...
March 30, 2009
Learn »
...src/MyPackage/Main.d]
target=dist/MyApp
buildflags=-Iimport -clean

Then, from the ProjectName directory...
March 21, 2009
Learn »
http://svn.dsource.org/projects/arclib/trunk/arclib/arc/dsss.conf

buildflags = -full
« First   ‹ Prev
1 2
Next ›   Last »