*** empty log message ***

This commit is contained in:
jez_higgins 2003-09-12 23:24:26 +00:00
parent 3bb32e1a17
commit ba5fecddc3
3 changed files with 7 additions and 6 deletions

View file

@ -16,7 +16,7 @@ define ARABICA_ARABICA_CONFIG_H
#ifdef ARABICA_NO_WCHAR_T
#undef ARABICA_NO_WCHAR_T
define pasty(ARABICA, _NO_WCHAR_T) 1
define ARABICA_NO_WCHAR_T
#endif
#ifdef _MSC_VER
@ -35,6 +35,6 @@ define ARABICA_WINDOWS
define ARABICA_DEBUG
#endif
endif // ARABICA_CONFIG_H
endif

View file

@ -37,6 +37,7 @@ SRCS = saxlib.cpp \
../Utils/impl/iso88591_utf8.cpp \
../Utils/utf16utf8codecvt.cpp \
../Utils/base64codecvt.cpp \
../Utils/impl/codecvt_specialisations.cpp \
../XML/XMLCharacterClasses.cpp
HDRS = $(patsubst %.c,%.h,$(patsubst %.cpp,%.h,$(SRCS)))
@ -55,13 +56,13 @@ libArabica($LIBSUFFIX) : $(OBJS)
####
# the .S files depends on symbols defined in this Makefile, hence
# this slightly wacky rule
saxlib.cpp : Makefile ParserConfig.h ArabicaConfig.h
saxlib.cpp : ParserConfig.h ArabicaConfig.h
$(CPP) $(PARSER_CONFIG) -o saxlib.cpp saxlib.S
ParserConfig.h : Makefile
ParserConfig.h : Makefile ../Makefile.header
$(CPP) $(PARSER_CONFIG) -o ParserConfig.h ParserConfig.S
ArabicaConfig.h : Makefile
ArabicaConfig.h : Makefile ../Makefile.header
$(CPP) $(PARSER_CONFIG) -o ArabicaConfig.h ArabicaConfig.S
%.cpp : ArabicaConfig.h ParserConfig.h

View file

@ -80,6 +80,6 @@ endif
undef DEF_P
endif // ParserConfig_h
endif