mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-18 22:26:32 +01:00
*** empty log message ***
This commit is contained in:
parent
3bb32e1a17
commit
ba5fecddc3
3 changed files with 7 additions and 6 deletions
|
@ -16,7 +16,7 @@ define ARABICA_ARABICA_CONFIG_H
|
||||||
|
|
||||||
#ifdef ARABICA_NO_WCHAR_T
|
#ifdef ARABICA_NO_WCHAR_T
|
||||||
#undef ARABICA_NO_WCHAR_T
|
#undef ARABICA_NO_WCHAR_T
|
||||||
define pasty(ARABICA, _NO_WCHAR_T) 1
|
define ARABICA_NO_WCHAR_T
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
@ -35,6 +35,6 @@ define ARABICA_WINDOWS
|
||||||
define ARABICA_DEBUG
|
define ARABICA_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
endif // ARABICA_CONFIG_H
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -37,6 +37,7 @@ SRCS = saxlib.cpp \
|
||||||
../Utils/impl/iso88591_utf8.cpp \
|
../Utils/impl/iso88591_utf8.cpp \
|
||||||
../Utils/utf16utf8codecvt.cpp \
|
../Utils/utf16utf8codecvt.cpp \
|
||||||
../Utils/base64codecvt.cpp \
|
../Utils/base64codecvt.cpp \
|
||||||
|
../Utils/impl/codecvt_specialisations.cpp \
|
||||||
../XML/XMLCharacterClasses.cpp
|
../XML/XMLCharacterClasses.cpp
|
||||||
|
|
||||||
HDRS = $(patsubst %.c,%.h,$(patsubst %.cpp,%.h,$(SRCS)))
|
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
|
# the .S files depends on symbols defined in this Makefile, hence
|
||||||
# this slightly wacky rule
|
# 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
|
$(CPP) $(PARSER_CONFIG) -o saxlib.cpp saxlib.S
|
||||||
|
|
||||||
ParserConfig.h : Makefile
|
ParserConfig.h : Makefile ../Makefile.header
|
||||||
$(CPP) $(PARSER_CONFIG) -o ParserConfig.h ParserConfig.S
|
$(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) $(PARSER_CONFIG) -o ArabicaConfig.h ArabicaConfig.S
|
||||||
|
|
||||||
%.cpp : ArabicaConfig.h ParserConfig.h
|
%.cpp : ArabicaConfig.h ParserConfig.h
|
||||||
|
|
|
@ -80,6 +80,6 @@ endif
|
||||||
|
|
||||||
undef DEF_P
|
undef DEF_P
|
||||||
|
|
||||||
endif // ParserConfig_h
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue