February 07, 2013 General » Re: Expanding Phobos from a flat hierachy | |||
|---|---|---|---|
| |||
...support some kind of conditions:
[main.d]
buildflags += -L-L.
version (Windows) {
# do stuff
}
It... | |||
July 14, 2011 General » Re: Prototype buildsystem "Drake" | |||
|---|---|---|---|
| |||
...target("foo.d", {
buildflags ~= "-L-ldwt";
});
target("main.d" {
buildflags ~= "-release"
});
"buildflags" would probably be... | |||
March 08, 2010 Genel » gtkD D2'yi destekliyor mu ? | |||
|---|---|---|---|
| |||
...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 » dwt-linux with ldc successfully built | |||
|---|---|---|---|
| |||
...2009 +0200 @@ -3,1 +3,1 @@ -buildflags+=-Jres +buildflags+=-Jres -version=TANGOSVN diff -r 5f6d9bb33a53... | |||
August 16, 2009 Learn » Re: x has forward references | |||
|---|---|---|---|
| |||
...void main()
{
DerelictGL.load();
}
The dsss.conf:
[*]
buildflags = -g -gc
[test.d]
I don't... | |||
May 25, 2009 DWT » Re: DWT2 built with DSSS | |||
|---|---|---|---|
| |||
...project dir: --- dsss.conf --- [dwt_test.d] buildflags += -L+dwt-base -Ic:\dwt2\imp -Jc... | |||
May 23, 2009 DWT » Re: DWT2 built with DSSS | |||
|---|---|---|---|
| |||
...app with DSSS i use the following buildflags: -L+dwt-base -Ic:\dwt2\imp -Jc... | |||
April 06, 2009 DWT » Re: Need Help on Compiling DWT2 in XP | |||
|---|---|---|---|
| |||
...else {
buildflags+= -L/SUBSYSTEM:console:5
}
buildflags+= -L/rc:java
buildflags+= -L/rc:org
buildflags... | |||
March 30, 2009 Learn » Re: New to D: Building multiple files | |||
|---|---|---|---|
| |||
...src/MyPackage/Main.d] target=dist/MyApp buildflags=-Iimport -clean Then, from the ProjectName directory... | |||
March 21, 2009 Learn » Re: How to reduce compile times? | |||
|---|---|---|---|
| |||
http://svn.dsource.org/projects/arclib/trunk/arclib/arc/dsss.conf buildflags = -full | |||
Copyright © 1999-2021 by the D Language Foundation