X-Git-Url: http://sraa.de/git/?a=blobdiff_plain;f=dol%2Fsrc%2Fdol.properties;fp=dol%2Fsrc%2Fdol.properties;h=56d50ac520ce739e5fef3cd9449a3b0015c1e555;hb=8c411cf24ed0eb889191aaeafd8fa1e69081df42;hp=0000000000000000000000000000000000000000;hpb=dea7a4fb1ed110d3ce6e6d9255103d724bd66c0e;p=jump.git diff --git a/dol/src/dol.properties b/dol/src/dol.properties new file mode 100644 index 0000000..56d50ac --- /dev/null +++ b/dol/src/dol.properties @@ -0,0 +1,15 @@ +# template for dol.properties file +# use ant config to fill in the values + +# SystemC library path: +# SYSTEMC_INC and SYSTEMC_LIB are the paths to SystemC header and library, +# respectively. These two path will be used in the generated Makefile to +# build the SystemC executable binary file. They have to point to local +# SystemC directory. +# +# example: +# SYSTEMC_INC = /home/shapes/base/resources/lib/systemC/systemc-2.1.v1/include +# SYSTEMC_LIB = /home/shapes/base/resources/lib/systemC/systemc-2.1.v1/lib-linux/libsystemc.a + +SYSTEMC_INC = /home/shapes/base/resources/lib/systemC/include +SYSTEMC_LIB = /home/shapes/base/resources/lib/systemC/lib-linux/libsystemc.a