ProjectDefinition.st
changeset 23051 52c5ea88977c
parent 23013 7974b3297570
child 23112 fdda70eb1871
equal deleted inserted replaced
23050:7a2a7db8aca6 23051:52c5ea88977c
  8280     "Created: / 23-08-2006 / 15:17:32 / cg"
  8280     "Created: / 23-08-2006 / 15:17:32 / cg"
  8281     "Modified: / 20-09-2006 / 14:59:56 / cg"
  8281     "Modified: / 20-09-2006 / 14:59:56 / cg"
  8282 !
  8282 !
  8283 
  8283 
  8284 isConsoleApplication
  8284 isConsoleApplication
       
  8285     "Used with WIN32 only (i.e. affects bc.mak).
       
  8286      Return true, if this is a console application. 
       
  8287      Console applications have stdout and stderr and open up a command-window
       
  8288      when started. Only console applications can interact with the user in the
       
  8289      command line window."
       
  8290 
  8285     ^ false
  8291     ^ false
  8286 
  8292 
  8287     "Created: / 20-09-2006 / 14:59:49 / cg"
  8293     "Created: / 20-09-2006 / 14:59:49 / cg"
       
  8294     "Modified (comment): / 06-06-2018 / 15:17:21 / Claus Gittinger"
  8288 !
  8295 !
  8289 
  8296 
  8290 isFolderForProjectsDefinition
  8297 isFolderForProjectsDefinition
  8291     ^ false
  8298     ^ false
  8292 !
  8299 !