dol: initial dol commit
[jump.git] / dol / src / dol.properties
1 # template for dol.properties file
2 # use ant config to fill in the values
3
4 # SystemC library path:
5 # SYSTEMC_INC and SYSTEMC_LIB are the paths to SystemC header and library,
6 # respectively. These two path will be used in the generated Makefile to
7 # build the SystemC executable binary file. They have to point to local
8 # SystemC directory.
9 #
10 # example:
11 # SYSTEMC_INC = /home/shapes/base/resources/lib/systemC/systemc-2.1.v1/include
12 # SYSTEMC_LIB = /home/shapes/base/resources/lib/systemC/systemc-2.1.v1/lib-linux/libsystemc.a
13
14 SYSTEMC_INC = /home/shapes/base/resources/lib/systemC/include
15 SYSTEMC_LIB = /home/shapes/base/resources/lib/systemC/lib-linux/libsystemc.a