quickSelfTest/modules.stx
author sr
Tue, 10 Oct 2017 15:03:59 +0200
changeset 388 c972ed7d867a
parent 360 8a359c8fed90
child 389 679e4086dad5
permissions -rw-r--r--
class: RunUnitTestsStart class changed: #main:
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
360
8a359c8fed90 initial checkin
sr
parents:
diff changeset
     1
# $Header$
8a359c8fed90 initial checkin
sr
parents:
diff changeset
     2
#
8a359c8fed90 initial checkin
sr
parents:
diff changeset
     3
# DO NOT EDIT 
8a359c8fed90 initial checkin
sr
parents:
diff changeset
     4
# automagically generated from the projectDefinition: stx_goodies_builder_quickSelfTest.
8a359c8fed90 initial checkin
sr
parents:
diff changeset
     5
#
8a359c8fed90 initial checkin
sr
parents:
diff changeset
     6
# Warning: once you modify this file, do not rerun
8a359c8fed90 initial checkin
sr
parents:
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
8a359c8fed90 initial checkin
sr
parents:
diff changeset
     8
#
8a359c8fed90 initial checkin
sr
parents:
diff changeset
     9
# This file is (currently) only used with win-95 / win-NT versions of STX.
8a359c8fed90 initial checkin
sr
parents:
diff changeset
    10
# It lists the dll's which are to be loaded at startup time.
8a359c8fed90 initial checkin
sr
parents:
diff changeset
    11
# Notice, lines starting with a "#" are comments.
8a359c8fed90 initial checkin
sr
parents:
diff changeset
    12
# Lines starting with a "*" are treated as comments by the VM, but are usually loaded
8a359c8fed90 initial checkin
sr
parents:
diff changeset
    13
# by the application at the very beginning.
8a359c8fed90 initial checkin
sr
parents:
diff changeset
    14
#
8a359c8fed90 initial checkin
sr
parents:
diff changeset
    15
# All classes loaded at startup time will be present as precompiled classes.
8a359c8fed90 initial checkin
sr
parents:
diff changeset
    16
# Others might be autoloaded or loaded explicit using "Smalltalk loadPackage:xxx".
8a359c8fed90 initial checkin
sr
parents:
diff changeset
    17
#
8a359c8fed90 initial checkin
sr
parents:
diff changeset
    18
libstx_libbasic
8a359c8fed90 initial checkin
sr
parents:
diff changeset
    19
libstx_libbasic2
8a359c8fed90 initial checkin
sr
parents:
diff changeset
    20
libstx_libcomp
8a359c8fed90 initial checkin
sr
parents:
diff changeset
    21
libstx_libview
8a359c8fed90 initial checkin
sr
parents:
diff changeset
    22
libstx_libui
8a359c8fed90 initial checkin
sr
parents:
diff changeset
    23
libstx_libview2
8a359c8fed90 initial checkin
sr
parents:
diff changeset
    24
libstx_goodies_sunit
8a359c8fed90 initial checkin
sr
parents:
diff changeset
    25