This commit is contained in:
@ -30,7 +30,6 @@
|
||||
|
||||
#elif defined(ASE_CHAR_IS_WCHAR)
|
||||
|
||||
#include <ctype.h>
|
||||
#include <wctype.h>
|
||||
#define ASE_ISUPPER(c) iswupper(c)
|
||||
#define ASE_ISLOWER(c) iswlower(c)
|
||||
|
@ -4,6 +4,7 @@ AM_CFLAGS = -I$(top_builddir)/include
|
||||
|
||||
lib_LTLIBRARIES = libasecmn.la
|
||||
libasecmn_la_SOURCES = mem.h chr.h \
|
||||
mem.c chr.c map.c misc.c rex.c str_bas.c str_cnv.c str_dyn.c sll.c dll.c
|
||||
mem.c chr.c map.c misc.c rex.c str_bas.c str_cnv.c str_dyn.c \
|
||||
sll.c dll.c opt.c
|
||||
libasecmn_la_LDFLAGS = -version-info 1:0:0
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
* {License}
|
||||
*/
|
||||
|
||||
#include <ase/utl/getopt.h>
|
||||
#include <ase/cmn/opt.h>
|
||||
#include <ase/cmn/str.h>
|
||||
|
||||
/*
|
@ -2,5 +2,5 @@
|
||||
AM_CFLAGS = -I$(top_builddir)/include
|
||||
|
||||
lib_LTLIBRARIES = libaseutl.la
|
||||
libaseutl_la_SOURCES = assert.c getopt.c http.c main.c stdio.c
|
||||
libaseutl_la_SOURCES = assert.c http.c main.c stdio.c
|
||||
libaseutl_la_LDFLAGS = -version-info 1:0:0
|
||||
|
Reference in New Issue
Block a user