#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Sat, 29 Dec 2018 14:35:53 +0100
changeset 23592 09dc07be34ed
parent 23591 ab67b0d49e2e
child 23593 86a20df2c254
#UI_ENHANCEMENT by cg class: ApplicationDefinition class changed: #bc_dot_mak
ApplicationDefinition.st
--- a/ApplicationDefinition.st	Sat Dec 29 14:30:24 2018 +0100
+++ b/ApplicationDefinition.st	Sat Dec 29 14:35:53 2018 +0100
@@ -2048,12 +2048,14 @@
 setup: $(PROJECT) postBuildCleanup %(NSI_FILENAME) 
         $(MAKENSIS) /DOBJ_DIR=objmingw /DSETUP_NAME=%(PRODUCT_FILENAME)Setup64 %(NSI_FILENAME)
         %(ADDITIONAL_POSTNSISRULES64)
+        echo "Self installing exe created as: " %(NSI_FILENAME)
 
 !!else
 
 setup: $(PROJECT) postBuildCleanup %(NSI_FILENAME)
         $(MAKENSIS) /DOBJ_DIR=objbc /DSETUP_NAME=%(PRODUCT_FILENAME)Setup %(NSI_FILENAME)
         %(ADDITIONAL_POSTNSISRULES)
+        echo "Self installing exe created as: " %(NSI_FILENAME)
 
 !!endif
 
@@ -2214,7 +2216,7 @@
     "Modified: / 02-06-2015 / 17:40:03 / gg"
     "Modified: / 03-03-2016 / 21:15:43 / cg"
     "Modified: / 19-01-2017 / 11:50:05 / stefan"
-    "Modified: / 18-07-2018 / 14:15:02 / Claus Gittinger"
+    "Modified: / 29-12-2018 / 14:22:56 / Claus Gittinger"
 !
 
 bc_dot_mak_app_source_rules