diff options
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 |