ProjectDefinition.st
changeset 23051 52c5ea88977c
parent 23013 7974b3297570
child 23112 fdda70eb1871
--- a/ProjectDefinition.st	Tue Jun 05 19:22:21 2018 +0200
+++ b/ProjectDefinition.st	Wed Jun 06 15:17:40 2018 +0200
@@ -8282,9 +8282,16 @@
 !
 
 isConsoleApplication
+    "Used with WIN32 only (i.e. affects bc.mak).
+     Return true, if this is a console application. 
+     Console applications have stdout and stderr and open up a command-window
+     when started. Only console applications can interact with the user in the
+     command line window."
+
     ^ false
 
     "Created: / 20-09-2006 / 14:59:49 / cg"
+    "Modified (comment): / 06-06-2018 / 15:17:21 / Claus Gittinger"
 !
 
 isFolderForProjectsDefinition