rev 441 - trunk

[email protected] Mon, 5 Dec 2005 16:02:30 -0800 (PST)
Newsgroups gmane.comp.printing.ghostscript.jbig2dec.cvs
Message-ID <[email protected]>
Author: giles
Date: 2005-12-05 15:39:55 -0800 (Mon, 05 Dec 2005)
New Revision: 441

Modified:
   trunk/SConstruct
Log:
Add -DJBIG2_DEBUG to the default scons build.


Modified: trunk/SConstruct
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/SConstruct	2005-12-03 07:26:21 UTC (rev 440)
+++ trunk/SConstruct	2005-12-05 23:39:55 UTC (rev 441)
@@ -3,8 +3,9 @@
 env =3D Environment(CPPDEFINES =3D {'HAVE_STDINT_H' : None,
 				'PACKAGE' : '\\"jbig2dec\\"',
 				'VERSION' : '\\"0.8\\"',
+				'JBIG2_DEBUG' : None,
 				'JBIG2_HALFTONE' : None})
-env.Append(CCFLAGS =3D ' -g')
+env.Append(CCFLAGS =3D ' -g -Wall')
=20
 lib_sources =3D Split("""jbig2.c=20
         jbig2_arith.c jbig2_arith_int.c jbig2_arith_iaid.c=20