diff options
author | Ian C <ianc@noddybox.co.uk> | 2005-03-24 02:09:13 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2005-03-24 02:09:13 +0000 |
commit | 2d704117349864405f1c749b40bdd9d6f819ca03 (patch) | |
tree | f3b6c215db178fd94bd977ffd7c7961a243e6ee4 /src/GNUmakefile | |
parent | 5a11b5f4b59c46e919989a0fdd05d81ba5ac9347 (diff) |
Code updates (first working version)
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r-- | src/GNUmakefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile index 9891e01..1a4c078 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -18,7 +18,7 @@ # # ------------------------------------------------------------------------- # -# $Id: GNUmakefile,v 1.2 2005-03-24 00:07:40 ianc Exp $ +# $Id: GNUmakefile,v 1.3 2005-03-24 02:09:12 ianc Exp $ # @@ -37,7 +37,7 @@ CREATECONF = 1 # Uncomment this if you want a debug build # -DEBUG = -g +DEBUG = -g -DW32D_DEBUG # # **************************************** END OF CONFIGURATION @@ -54,7 +54,8 @@ SOURCES = autocheck.cpp \ control.cpp \ dialog.cpp \ text.cpp \ - static.cpp + static.cpp \ + debug.cpp HEADERS = w32dlib/*.h |