digitalmars.D.learn - Compiler arguments and switches from text file
- negerns (5/5) Aug 26 2007 The reference says that I can passa a command file to DMD but I can't
- Jarrett Billingsley (4/9) Aug 26 2007 Just put all the compiler switches on their own lines (or maybe even all...
- Jarrett Billingsley (4/6) Aug 26 2007 Although if you're looking to automate your build process, you'll probab...
- Witold Baryluk (13/20) Aug 26 2007 dmd @file
The reference says that I can passa a command file to DMD but I can't find any reference how to create a command file. Can anyone please point me to something I can follow? Thanks :) -- negerns
Aug 26 2007
"negerns" <negerns2000 gmail.com> wrote in message news:fas29p$akd$1 digitalmars.com...The reference says that I can passa a command file to DMD but I can't find any reference how to create a command file. Can anyone please point me to something I can follow? Thanks :) -- negernsJust put all the compiler switches on their own lines (or maybe even all on one line) in a text file.
Aug 26 2007
"Jarrett Billingsley" <kb3ctd2 yahoo.com> wrote in message news:fas3na$d42$1 digitalmars.com...Just put all the compiler switches on their own lines (or maybe even all on one line) in a text file.Although if you're looking to automate your build process, you'll probably be better off using DSSS or Bud/Build.
Aug 26 2007
Dnia Sun, 26 Aug 2007 22:20:56 +0800 negerns <negerns2000 gmail.com> napisa=B3/a:The reference says that I can passa a command file to DMD but I can't=20 find any reference how to create a command file. Can anyone please point me to something I can follow? Thanks :) =20 =20 --=20 negernsdmd file where file contains ie: -O -debug A.d B.d main.d --=20 Witold Baryluk, aleph0 MAIL: baryluk smp.if.uj.edu.pl JID: movax jabber.autocom.pl
Aug 26 2007