diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:37:45 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:37:45 +0000 |
commit | c89f0bc2209f7f98695e6b94fbac316c84fbf9d4 (patch) | |
tree | 456d506bd18edd3b768eaffa8f70ae93565682e4 /makefile | |
parent | 7db8921aac3a0e1223af269ec7092bdd91a7c7a2 (diff) | |
download | lout-c89f0bc2209f7f98695e6b94fbac316c84fbf9d4.tar.gz |
Lout 3.25.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@19 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,9 +1,9 @@ ############################################################################### # # -# Make file for installing Basser Lout Version 3.24 # +# Make file for installing Basser Lout Version 3.25 # # # # Jeffrey H. Kingston # -# 24 June 2000 # +# 24 Secember 2001 # # # # make prg2lout Compile a small auxiliary program called prg2lout # # make lout Compile the Lout source # @@ -270,11 +270,11 @@ DBFIX = 0 USESTAT = 1 SAFEDFT = 0 -DEBUGGING = 0 -TRACING = +# DEBUGGING = 0 +# TRACING = -# DEBUGGING = 1 -# TRACING = -g +DEBUGGING = 1 +TRACING = -g BINDIR = /usr/staff/jeff/bin LIBDIR = /usr/staff/jeff/lout.lib |