Commit 78b905a4 authored by Petr Prikryl's avatar Petr Prikryl

translator.cpp reference removed from src/libdoxygen.pro.in

parent 3f8aae76
# #
# #
# #
# Copyright (C) 1997-2013 by Dimitri van Heesch. # Copyright (C) 1997-2013 by Dimitri van Heesch.
# #
# Permission to use, copy, modify, and distribute this software and its # Permission to use, copy, modify, and distribute this software and its
# documentation under the terms of the GNU General Public License is hereby # documentation under the terms of the GNU General Public License is hereby
# granted. No representations are made about the suitability of this software # granted. No representations are made about the suitability of this software
# for any purpose. It is provided "as is" without express or implied warranty. # for any purpose. It is provided "as is" without express or implied warranty.
# See the GNU General Public License for more details. # See the GNU General Public License for more details.
# #
...@@ -211,7 +211,7 @@ SOURCES = arguments.cpp \ ...@@ -211,7 +211,7 @@ SOURCES = arguments.cpp \
ftextstream.cpp \ ftextstream.cpp \
ftvhelp.cpp \ ftvhelp.cpp \
fortrancode.cpp \ fortrancode.cpp \
fortranscanner.cpp \ fortranscanner.cpp \
groupdef.cpp \ groupdef.cpp \
htags.cpp \ htags.cpp \
htmldocvisitor.cpp \ htmldocvisitor.cpp \
...@@ -244,7 +244,7 @@ SOURCES = arguments.cpp \ ...@@ -244,7 +244,7 @@ SOURCES = arguments.cpp \
perlmodgen.cpp \ perlmodgen.cpp \
pre.cpp \ pre.cpp \
pycode.cpp \ pycode.cpp \
pyscanner.cpp \ pyscanner.cpp \
qhp.cpp \ qhp.cpp \
qhpxmlwriter.cpp \ qhpxmlwriter.cpp \
reflist.cpp \ reflist.cpp \
...@@ -257,7 +257,6 @@ SOURCES = arguments.cpp \ ...@@ -257,7 +257,6 @@ SOURCES = arguments.cpp \
tagreader.cpp \ tagreader.cpp \
tclscanner.cpp \ tclscanner.cpp \
textdocvisitor.cpp \ textdocvisitor.cpp \
translator.cpp \
util.cpp \ util.cpp \
version.cpp \ version.cpp \
vhdlcode.cpp \ vhdlcode.cpp \
...@@ -269,7 +268,7 @@ SOURCES = arguments.cpp \ ...@@ -269,7 +268,7 @@ SOURCES = arguments.cpp \
docbookvisitor.cpp \ docbookvisitor.cpp \
docbookgen.cpp docbookgen.cpp
win32:TMAKE_CXXFLAGS += -DQT_NODLL win32:TMAKE_CXXFLAGS += -DQT_NODLL
win32-msvc:TMAKE_CXXFLAGS += -Zm200 win32-msvc:TMAKE_CXXFLAGS += -Zm200
win32-g++:TMAKE_CXXFLAGS += -fno-exceptions -fno-rtti win32-g++:TMAKE_CXXFLAGS += -fno-exceptions -fno-rtti
linux-g++:TMAKE_CXXFLAGS += -fno-exceptions -fno-rtti linux-g++:TMAKE_CXXFLAGS += -fno-exceptions -fno-rtti
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment