Files
harbour-core/harbour/source/lang/Makefile
Viktor Szakats 12bb58304e 2007-12-06 02:21 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* include/hbextern.ch
   * common.mak
   * source/codepage/Makefile
   - source/codepage/cpdedos.c
   + source/codepage/cpde850.c
   - source/codepage/cpeldos.c
   + source/codepage/cpel737.c
   - source/codepage/cpesdos.c
   + source/codepage/cpes850.c
   - source/codepage/cpfrdos.c
   + source/codepage/cpfr850.c
   - source/codepage/cptrdos.c
   + source/codepage/cptr857.c
     ! Renamed some codepage modules to include the 
       actual DOS codepage number instead of nothing 
       or generic "dos" name.

   * common.mak
   * source/lang/Makefile
   + source/lang/msgtr857.c
   - source/lang/msgtrdos.c
     ! Rename one language module to be in sync with 
       proper internal ID.
2007-12-06 01:26:32 +00:00

64 lines
922 B
Makefile

#
# $Id$
#
ROOT = ../../
C_SOURCES=\
msgbg866.c \
msgbgiso.c \
msgbgwin.c \
msgca.c \
msgcs852.c \
msgcsiso.c \
msgcskam.c \
msgcswin.c \
msgde.c \
msgdewin.c \
msgel.c \
msgelwin.c \
msgeo.c \
msges.c \
msgeswin.c \
msgeu.c \
msgfr.c \
msggl.c \
msghe862.c \
msghewin.c \
msghr852.c \
msghriso.c \
msghu852.c \
msghucwi.c \
msghuiso.c \
msghuwin.c \
msgid.c \
msgis850.c \
msgit.c \
msgko.c \
msgltwin.c \
msgnl.c \
msgpl852.c \
msgpliso.c \
msgplmaz.c \
msgplwin.c \
msgpt.c \
msgro.c \
msgru866.c \
msgrukoi.c \
msgruwin.c \
msgsl437.c \
msgsl852.c \
msgsliso.c \
msgslwin.c \
msgsr852.c \
msgsriso.c \
msgtr857.c \
msgtrwin.c \
msgsrwin.c \
msgzhb5.c \
msgzhgb.c \
LIBNAME=lang
include $(TOP)$(ROOT)config/lib.cf