summaryrefslogtreecommitdiffstats
path: root/src/doxygen.pro.in
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2000-07-30 13:58:29 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2000-07-30 13:58:29 (GMT)
commit7ce8e31b7d4f831949f7061ef2808c867da4edd1 (patch)
tree2d71d4688e381dc8e0c968d120b25fdd0763c27e /src/doxygen.pro.in
parent422c14b6f19d70c78762ea571031f142acf9a972 (diff)
downloadDoxygen-7ce8e31b7d4f831949f7061ef2808c867da4edd1.zip
Doxygen-7ce8e31b7d4f831949f7061ef2808c867da4edd1.tar.gz
Doxygen-7ce8e31b7d4f831949f7061ef2808c867da4edd1.tar.bz2
Release-1.2.0-20000730
Diffstat (limited to 'src/doxygen.pro.in')
-rw-r--r--src/doxygen.pro.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/doxygen.pro.in b/src/doxygen.pro.in
index 81d0817..0fb674e 100644
--- a/src/doxygen.pro.in
+++ b/src/doxygen.pro.in
@@ -25,7 +25,8 @@ HEADERS = doxygen.h scanner.h classdef.h classlist.h memberdef.h \
namespacedef.h version.h language.h translator.h \
translator_nl.h translator_se.h translator_cz.h translator_fr.h \
translator_it.h formula.h debug.h membergroup.h htmlhelp.h \
- translator_ru.h translator_pl.h dot.h rtfgen.h
+ translator_ru.h translator_pl.h dot.h rtfgen.h xml.h xml_dtd.h \
+ reflist.h
SOURCES = doxygen.cpp scanner.cpp classdef.cpp classlist.cpp memberdef.cpp \
membername.cpp index.cpp memberlist.cpp \
entry.cpp logos.cpp instdox.cpp message.cpp code.cpp \
@@ -35,7 +36,9 @@ SOURCES = doxygen.cpp scanner.cpp classdef.cpp classlist.cpp memberdef.cpp
tag.cpp filename.cpp declinfo.cpp defargs.cpp define.cpp \
diagram.cpp gifenc.cpp image.cpp namespacedef.cpp \
version.cpp language.cpp definition.cpp formula.cpp debug.cpp \
- membergroup.cpp htmlhelp.cpp dot.cpp rtfgen.cpp
+ membergroup.cpp htmlhelp.cpp dot.cpp rtfgen.cpp xml.cpp \
+ reflist.cpp
win32:INCLUDEPATH += .
+win32:LIBS += shell32.lib
TARGET = ../bin/doxygen
OBJECTS_DIR = ../objects