Change application name to `stx` jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Fri, 19 Jul 2019 11:09:39 +0100
branchjv
changeset 1608 efa48d08c563
parent 1587 7fcb40139a7c
child 1625 2425cb5d073e
Change application name to `stx` ...rather than `smalltalk` - `stx` is the name of the binary, `smalltalk` is "just" a launcher.
stx_projects_smalltalk.st
--- a/stx_projects_smalltalk.st	Fri Feb 01 22:19:40 2019 +0000
+++ b/stx_projects_smalltalk.st	Fri Jul 19 11:09:39 2019 +0100
@@ -1,6 +1,6 @@
 "
  COPYRIGHT (c) Claus Gittinger / 2006 by eXept Software AG
- COPYRIGHT (c) 2016 Jan Vrany <jan.vrany@fit.cvut.cz>
+               2016-now by Jan Vrany <jan.vrany@fit.cvut.cz>
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -66,17 +66,15 @@
 !
 
 applicationName
-    "History: we want the helper files to be named: smalltalk*.*"
-
-    ^ 'smalltalk'
-!
+    ^ 'stx'
 
-applicationNameConsole
-    ^ 'stx.com'
-!
+    "
+    stx_projects_smalltalk applicationName
+    stx_projects_smalltalk applicationNameConsole
+    stx_projects_smalltalk applicationNameNoConsole
+    "
 
-applicationNameNoConsole
-    ^ 'stx.exe'
+    "Modified: / 19-07-2019 / 10:59:01 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 buildTarget