diff options
author | Petr Prikryl <prikryl@atlas.cz> | 2013-06-26 06:33:16 (GMT) |
---|---|---|
committer | Petr Prikryl <prikryl@atlas.cz> | 2013-06-26 06:33:16 (GMT) |
commit | 78b905a4b20a0156f59cf950c53182464ebf3d5e (patch) | |
tree | 27319eb612f84040a66b5cea4068ac14730a37fe /src | |
parent | 3f8aae761ad893617a71ac0944031d1350474d2a (diff) | |
download | Doxygen-78b905a4b20a0156f59cf950c53182464ebf3d5e.zip Doxygen-78b905a4b20a0156f59cf950c53182464ebf3d5e.tar.gz Doxygen-78b905a4b20a0156f59cf950c53182464ebf3d5e.tar.bz2 |
translator.cpp reference removed from src/libdoxygen.pro.in
Diffstat (limited to 'src')
-rw-r--r-- | src/libdoxygen.pro.in | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/libdoxygen.pro.in b/src/libdoxygen.pro.in index d63f7ac..79cbfa1 100644 --- a/src/libdoxygen.pro.in +++ b/src/libdoxygen.pro.in @@ -1,11 +1,11 @@ # -# +# # # Copyright (C) 1997-2013 by Dimitri van Heesch. # # Permission to use, copy, modify, and distribute this software and its -# documentation under the terms of the GNU General Public License is hereby -# granted. No representations are made about the suitability of this software +# documentation under the terms of the GNU General Public License is hereby +# granted. No representations are made about the suitability of this software # for any purpose. It is provided "as is" without express or implied warranty. # See the GNU General Public License for more details. # @@ -211,7 +211,7 @@ SOURCES = arguments.cpp \ ftextstream.cpp \ ftvhelp.cpp \ fortrancode.cpp \ - fortranscanner.cpp \ + fortranscanner.cpp \ groupdef.cpp \ htags.cpp \ htmldocvisitor.cpp \ @@ -244,7 +244,7 @@ SOURCES = arguments.cpp \ perlmodgen.cpp \ pre.cpp \ pycode.cpp \ - pyscanner.cpp \ + pyscanner.cpp \ qhp.cpp \ qhpxmlwriter.cpp \ reflist.cpp \ @@ -257,7 +257,6 @@ SOURCES = arguments.cpp \ tagreader.cpp \ tclscanner.cpp \ textdocvisitor.cpp \ - translator.cpp \ util.cpp \ version.cpp \ vhdlcode.cpp \ @@ -269,7 +268,7 @@ SOURCES = arguments.cpp \ docbookvisitor.cpp \ docbookgen.cpp -win32:TMAKE_CXXFLAGS += -DQT_NODLL +win32:TMAKE_CXXFLAGS += -DQT_NODLL win32-msvc:TMAKE_CXXFLAGS += -Zm200 win32-g++:TMAKE_CXXFLAGS += -fno-exceptions -fno-rtti linux-g++:TMAKE_CXXFLAGS += -fno-exceptions -fno-rtti |