remove absolute path names

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@275 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2005-09-27 11:52:58 +00:00
parent 160460a522
commit 2f9e9583b0

View file

@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
PROJECT_NAME = Loki
PROJECT_NUMBER = 0.1.0
OUTPUT_DIRECTORY = D:/temp/loki/doc/doxygen
OUTPUT_DIRECTORY = ./doxygen
CREATE_SUBDIRS = YES
OUTPUT_LANGUAGE = English
USE_WINDOWS_ENCODING = YES
@ -81,8 +81,8 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = D:/temp/loki/include/loki \
D:/temp/loki/src
INPUT = ../include/loki \
../src
FILE_PATTERNS = *.c \
*.cc \
*.cxx \