* common.mak
* source/codepage/Makefile
- source/codepage/cpesmwin.c
+ source/codepage/cpeswinm.c
+ source/codepage/cpesiso.c
+ source/codepage/cpesisom.c
* Renamed cpesmwin -> cpeswinm (ESMWIN -> ESWINM) (INCOMPATIBLE)
+ Added Spanish ISO natsort modules. Besides their ID,
they are idendical with current ESWIN* natsorts, because
the WIN versions for some reason are using ISO-8859 CP
instead of Windows-*. This is IMO wrong, even if these CPs
are similar or identical for the Spanish language.
122 lines
1.6 KiB
Makefile
122 lines
1.6 KiB
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
cpbg866.c \
|
|
cpbgiso.c \
|
|
cpbgmik.c \
|
|
cpbgwin.c \
|
|
cpcs852.c \
|
|
cpcsiso.c \
|
|
cpcskam.c \
|
|
cpcswin.c \
|
|
cpde850.c \
|
|
cpdeiso.c \
|
|
cpdewin.c \
|
|
cpel737.c \
|
|
cpelwin.c \
|
|
cpes850.c \
|
|
cpesiso.c \
|
|
cpesisom.c \
|
|
cpeswin.c \
|
|
cpeswinm.c \
|
|
cpfr850.c \
|
|
cpfriso.c \
|
|
cpfrwin.c \
|
|
cphr437.c \
|
|
cphr852.c \
|
|
cphrwin.c \
|
|
cphu852.c \
|
|
cphu852s.c \
|
|
cphuiso.c \
|
|
cphuisos.c \
|
|
cphuwin.c \
|
|
cphuwins.c \
|
|
cpit437.c \
|
|
cpit850.c \
|
|
cpitisb.c \
|
|
cpitiso.c \
|
|
cpltwin.c \
|
|
cppl852.c \
|
|
cppliso.c \
|
|
cpplmaz.c \
|
|
cpplwin.c \
|
|
cppt850.c \
|
|
cpptiso.c \
|
|
cpro852.c \
|
|
cproiso.c \
|
|
cprowin.c \
|
|
cpru866.c \
|
|
cpruiso.c \
|
|
cprukoi.c \
|
|
cpruwin.c \
|
|
cpsk852.c \
|
|
cpskiso.c \
|
|
cpskkam.c \
|
|
cpskwin.c \
|
|
cpsl437.c \
|
|
cpsl852.c \
|
|
cpsliso.c \
|
|
cpslwin.c \
|
|
cpsrwin.c \
|
|
cpsv850.c \
|
|
cpsvclip.c \
|
|
cpsvwin.c \
|
|
cptr857.c \
|
|
cptrwin.c \
|
|
cpua866.c \
|
|
cpuakoi.c \
|
|
cpuawin.c \
|
|
uc1250.c \
|
|
uc1251.c \
|
|
uc1252.c \
|
|
uc1253.c \
|
|
uc1254.c \
|
|
uc1255.c \
|
|
uc1256.c \
|
|
uc1257.c \
|
|
uc1258.c \
|
|
uc737.c \
|
|
uc775.c \
|
|
uc850.c \
|
|
uc852.c \
|
|
uc855.c \
|
|
uc857.c \
|
|
uc860.c \
|
|
uc861.c \
|
|
uc862.c \
|
|
uc863.c \
|
|
uc864.c \
|
|
uc865.c \
|
|
uc866.c \
|
|
uc869.c \
|
|
uc874.c \
|
|
uc8859_1.c \
|
|
uc88591b.c \
|
|
uc8859_2.c \
|
|
uc8859_3.c \
|
|
uc8859_4.c \
|
|
uc8859_5.c \
|
|
uc8859_6.c \
|
|
uc8859_7.c \
|
|
uc8859_8.c \
|
|
uc8859_9.c \
|
|
uc885910.c \
|
|
uc885911.c \
|
|
uc885913.c \
|
|
uc885914.c \
|
|
uc885915.c \
|
|
uc885916.c \
|
|
uckam.c \
|
|
uckoi8.c \
|
|
uckoi8u.c \
|
|
ucmaz.c \
|
|
ucmik.c \
|
|
|
|
LIBNAME=hbcpage
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|