Files
harbour-core/harbour/source/lang/Makefile
Przemyslaw Czerpak de8ac68ba2 2006-03-16 05:35 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/lang/Makefile
  - harbour/source/lang/msgen.c
  * harbour/source/rtl/langapi.c
    * moved EN lang definitions to core lang code so we always have at
      least one lang module defined at sartup.
      Modified after common group agreement - no one was against,
      thanks to all for answers.
      Please update non GNU make files and remove
      harbour/source/lang/msgen.c file.

  * harbour/source/rtl/cdpapi.c
    * replaced CDP startup initialization with simple assignment

  * harbour/source/rtl/gtpca/gtpca.c
    * added #include <sys/time.h> for *nix platforms
2006-03-16 04:41:27 +00:00

60 lines
858 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 \
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 \
msgsrwin.c \
msgzhb5.c \
msgzhgb.c \
LIBNAME=lang
include $(TOP)$(ROOT)config/lib.cf