[Scummvm-cvs-logs] CVS: web/docs/doxygen config,1.8,1.9

Max Horn fingolfin at users.sourceforge.net
Thu Oct 2 18:19:04 CEST 2003


Update of /cvsroot/scummvm/web/docs/doxygen
In directory sc8-pr-cvs1:/tmp/cvs-serv12088

Modified Files:
	config 
Log Message:
make sure GCC_PACK gets defined, otherwise doxygen gets confused by it appearing in struct definitions

Index: config
===================================================================
RCS file: /cvsroot/scummvm/web/docs/doxygen/config,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- config	2 Oct 2003 22:42:44 -0000	1.8
+++ config	3 Oct 2003 01:18:20 -0000	1.9
@@ -738,7 +738,7 @@
 # or name=definition (no spaces). If the definition and the = are 
 # omitted =1 is assumed.
 
-PREDEFINED             = USE_MAD USE_VORBIS
+PREDEFINED             = USE_MAD USE_VORBIS GCC_PACK
 
 # If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then 
 # this tag can be used to specify a list of macro names that should be expanded. 





More information about the Scummvm-git-logs mailing list