modules.stx
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 30 Jun 2016 17:14:29 +0100
branchjv
changeset 1447 0b149293564f
parent 1445 88a4f36a6912
child 1450 58a390b93aa3
permissions -rw-r--r--
Issue #98: Added -P / --package-path command line option ...to modify package path from command line. Just like java's -cp / --classpath
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1445
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     1
# $Header$
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     2
#
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     3
# DO NOT EDIT 
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     4
# automagically generated from the projectDefinition: stx_projects_smalltalk.
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     5
#
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     6
# Warning: once you modify this file, do not rerun
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     8
#
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     9
# This file is (currently) only used with win-95 / win-NT versions of STX.
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    10
# It lists the dll's which are to be loaded at startup time.
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    11
# Notice, lines starting with a "#" are comments.
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    12
# Lines starting with a "*" are treated as comments by the VM, but are usually loaded
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    13
# by the application at the very beginning.
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    14
#
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    15
# All classes loaded at startup time will be present as precompiled classes.
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    16
# Others might be autoloaded or loaded explicit using "Smalltalk loadPackage:xxx".
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    17
#
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    18
libstx_libbasic
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    19
libstx_libbasic2
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    20
libstx_libcomp
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    21
libstx_goodies_refactoryBrowser_parser
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    22
libstx_libbasic3
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    23
libstx_libview
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    24
libstx_goodies_refactoryBrowser_helpers
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    25
libstx_libboss
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    26
libstx_libui
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    27
libstx_goodies_refactoryBrowser_changes
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    28
libstx_libview2
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    29
libstx_goodies_sunit
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    30
libstx_libwidg
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    31
libstx_libhtml
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    32
libstx_libwidg2
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    33
libstx_libcompat
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    34
libstx_libtool
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    35
libstx_libwidg3
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    36
libstx_goodies_refactoryBrowser_browser
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    37
libstx_libjavascript
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    38
libstx_libtool2
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    39
libstx_goodies_refactoryBrowser_lint
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    40
libstx_goodies_refactoryBrowser_refactoring
88a4f36a6912 Issue #98: Removed use of STX_PACKAGEDIR from startup scripts
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    41