1# This file is the SSWF setup file.
2# At this time, it is only used by the compiler module of SSWF.
3
4# Minimal library version to use this file
5# (the file appeared with 1.7.3)
6version=1.7.3
7
8
9##
10## Definitions for ASC (ActionScript Compiler)
11##
12
13# The path where to find global Javascript initialization modules
14asc_path=include/sswf/scripts
15
16# To place the asc database for import in a different place
17# Note that this is a text file that you can edit if you wish
18asc_db=tmp/asc_packages.db
19
20
21
22