+ config/dos/owatcom.cf
* added configuration file for OpenWatcom (renamed
from watcom.cf)
* config/dos/watcom.cf
* restored previous version so it correctly compiles
under WatcomC 10 - please use watcom.cf for WatcomC
and owatcom.cf for OpenWatcom
* makefile.bc
* makefile.nt
* makefile.vc
* hrbdll.bc
* source/codepage/Makefile
+ source/codepage/cdpsrwin.c
+ new file with Serbian codepage
* CVSROOT/avail
* removed reference to my local file
* ERRATA
* updated (removed reference to tmpname)
* doc/codestyl.txt
* updated with some coding guidelines adopted from PHP
(please fell free to discuss them ;-)
* doc/howtocvs.txt
* added description for commit on Linux
* include/hbapicdp.h
* source/codepage/cdpesdos.c
* restored previous versions
* include/hbcomp.h
* added <malloc.h> reference for WatcomC compiler
* include/hbexprc.c
* fixed warning reported by WatcomC
* source/vm/itemapi.c
* fixed infinite support for WatcomC
* source/rtl/cdpapi.c
* renamed global symbol s_cdpage into hb_cdp_page
* source/rtl/gtcrs/kbdcrs.c
* fixed reporting keystrokes with codes > 127
32 lines
428 B
Makefile
32 lines
428 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
cdpesdos.c \
|
|
cdpeswin.c \
|
|
cdpgedos.c \
|
|
cdpgewin.c \
|
|
cdphu852.c \
|
|
cdphuwin.c \
|
|
cdppl852.c \
|
|
cdppliso.c \
|
|
cdpplmaz.c \
|
|
cdpplwin.c \
|
|
cdppt850.c \
|
|
cdpptiso.c \
|
|
cdpru866.c \
|
|
cdprukoi.c \
|
|
cdpruwin.c \
|
|
cdpsl437.c \
|
|
cdpsl852.c \
|
|
cdpsliso.c \
|
|
cdpslwin.c \
|
|
cdpsrwin.c
|
|
|
|
LIBNAME=codepage
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|