digitalmars.D.announce - Template makefile for your D project
- bioinfornatics <bioinfornatics fedoraproject.rog> Dec 10 2011
- Mike Wey <mike-wey example.com> Dec 11 2011
- bioinfornatics <bioinfornatics fedoraproject.rog> Dec 12 2011
With Dav1d help we have have do a build system using make. project is here: https://github.com/bioinfornatics/MakefileForD Any feedback are welcome this build system support ldc, gdc, dmd generate tag for geany .pc file for pkg-config Show more more in README Is very easy to use it just set some var and it is done regards
Dec 10 2011
On 12/11/2011 01:35 AM, bioinfornatics wrote:With Dav1d help we have have do a build system using make. project is here: https://github.com/bioinfornatics/MakefileForD Any feedback are welcome this build system support ldc, gdc, dmd generate tag for geany .pc file for pkg-config Show more more in README Is very easy to use it just set some var and it is done regards
Looks good, but usage of the DFLAGS variable might shadow the DFLAGS environment variable, witch some people use instead of the configuration file. I've been using DCFLAGS as the variable name sine the problem was reported for the GtkD MakeFile, See: http://www.dsource.org/projects/gtkd/ticket/90 -- Mike Wey
Dec 11 2011
Le dimanche 11 d=C3=A9cembre 2011 =C3=A0 15:07 +0100, Mike Wey a =C3=A9crit= :On 12/11/2011 01:35 AM, bioinfornatics wrote:With Dav1d help we have have do a build system using make. project is here: https://github.com/bioinfornatics/MakefileForD Any feedback are welcome this build system support ldc, gdc, dmd generate tag for geany .pc file for pkg-config Show more more in README Is very easy to use it just set some var and it is done regards
Looks good, but usage of the DFLAGS variable might shadow the DFLAGS=20 environment variable, witch some people use instead of the configuration=
file. =20 I've been using DCFLAGS as the variable name sine the problem was=20 reported for the GtkD MakeFile, See:=20 http://www.dsource.org/projects/gtkd/ticket/90 =20
oh ok so i need rename DFLAGS to DCFLAGS thanks
Dec 12 2011









Mike Wey <mike-wey example.com> 