Patch: project file
Ruud Althuizen <[email protected]>
| Newsgroups | gmane.text.doxygen.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, While pruning my personal git repo of doxygen-1.7.3 I noticed that layout_default.h isn't generated when it wasn't there to begin with. See the attached patch to fix this. -- With regards, Ruud Althuizen - www.stack.nl - Unix commissie ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ Doxygen-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/doxygen-develop
libdoxygen.t.diff
(text/x-diff, 603 B)
commit 94b181d60d3ed4267ea3747d6b3efa0174631d4e Author: Ruud Althuizen <[email protected]> Date: Wed Mar 23 08:24:35 2011 +0100 Force the dependency of layout_default.h to layout.cpp diff --git a/src/libdoxygen.t b/src/libdoxygen.t index bec58e9..fe35174 100644 --- a/src/libdoxygen.t +++ b/src/libdoxygen.t @@ -97,6 +97,8 @@ sub GenerateDep { $(YACC) -l -d -p cppExpYY constexp.y -o ce_parse.c -rm ce_parse.c +#$ GenerateDep("layout.cpp","layout_default.h"); + TO_C_CMD=sed -e "s/\\\\/\\\\\\\\/g" -e "s/\"/\\\\\"/g" -e "s/^/\"/g" -e "s/$$/\\\\n\"/g" index_xsd.h: index.xsd
signature.asc
(application/pgp-signature, 196 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iEYEARECAAYFAk2JoTsACgkQkqncCMFskRXtqgCfZW7ER3HG/qaeBbk86uJILPsh H3wAn2+oAawl4rt2/H+P4RBIvGA7K6e8 =J7qn -----END PGP SIGNATURE-----