Latest versions of Entice Designer and DFL?
    vmars316 
    vmars316 at live.com
       
    Mon Apr  9 10:35:40 PDT 2012
    
    
  
On Monday, 9 April 2012 at 03:23:52 UTC, Jesse Phillips wrote:
Thanks,
I have DFL here: C:\D\dmd2\windows\bin\DFL
and Entice here: C:\D\dmd2\windows\bin\Entice
I decided to take the BUD route from here:
http://www.dsource.org/projects/build
And I installed it here: C:\D\dmd2\vmPrograms\BUDsrc
and my Bud.Bat looks like this:
bud myForm.d -info -gui -version=gui -run -V
pause
But what happens,
is that the the .bat goes into an endless loop.
It never gets to the "pause" statement.
I did a search in C:\D\dmd2\vmPrograms\ and sub folders
for *.exe . There are none.
I was expecting Bud.exe but found none.
Can someone help me with this?
Surely, I can't be the only one trying this.
Thanks...vm
Here are the BUD Commonly Used Switches:
-cleanup      Ensures that all working files created during the 
run are removed.
-full         Causes all source files, except ignored modules, to 
be compiled.
-info         Displays the version and path of the Bud application
-names        Displays the names of the files used in building 
the target.
-noautoimport Prevents source file paths from being added to the 
list of Import Roots
-obj          Just creates object files. No linker or librarian 
is launched.
-od           Nominates the temporary file directory.
-run          Runs the application after successful linking.
-silent       Prevents unnecessary messages being displayed.
-T<name>      Identifies the target name to Bud.
-test         Does a test run only. No compiling, linking or 
library work is done.
-V            Set verbose mode on for just Bud and not for the 
compiler
-X<name>      Identifies a module or package to ignore
    
    
More information about the Digitalmars-d-learn
mailing list