Files
harbour-core/harbour/source/lang/Makefile
Przemyslaw Czerpak 117324bc6a 2008-03-25 12:26 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/common.mak
  * harbour/source/lang/Makefile
  + harbour/source/lang/msgskiso.c
  + harbour/source/lang/msgskwin.c
  + harbour/source/lang/msgskkam.c
  + harbour/source/lang/msgsk852.c
    + added Slovak national messages by Gyula Bartal - many thanks

  * harbour/include/hbapi.h
  * harbour/source/vm/arrays.c
    ! Guarded hb_arraySetNLL() declaration with #ifndef HB_LONG_LONG_OFF.
    ! Fixed trace in hb_arraySetNInt().
      By Phil Krylov borrowed from xHarbour

  * harbour/include/hbgtcore.h
    ! added missing HB_EXTERN_BEGIN / HB_EXTERN_END
      By Ron Pinkas borrowed from xHarbour

  * harbour/source/rtl/gtos2/gtos2.c
    % updated for much faster screen updating in OS2 console - many
      thanks for Maurilio Longo for tests and code.

  * harbour/source/rtl/cdpapi.c
    ! fixed CP string translation for CPs with accented equal characters
    + added HB_UTF8CHR( <nUniVal> ) -> <cUtf8Char>
      It's compatible with the function HB_UTF8CHR() by Phil Krylov in
      xHarbour

  * harbour/source/rtl/gtsln/gtsln.h
    * removed repeated #include <unistd.h>

  * harbour/contrib/hbct/files.c
    ! fixed FILESEEK() called with 3-rd parameter set to .T. (exact
      attribute match)

  * harbour/config/os2/global.cf
    ! added fixes by David Arturo Macias Corona

  + harbour/make_os2_gcc.cmd
    + added build file for GCC OS2 users with minimal environment settings
2008-03-25 11:27:04 +00:00

76 lines
1.1 KiB
Makefile

#
# $Id$
#
ROOT = ../../
C_SOURCES=\
msgbe866.c \
msgbewin.c \
msgbg866.c \
msgbgiso.c \
msgbgmik.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 \
msghr437.c \
msghr852.c \
msghriso.c \
msghrwin.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 \
msgskiso.c \
msgskwin.c \
msgskkam.c \
msgsk852.c \
msgsl437.c \
msgsl852.c \
msgsliso.c \
msgslwin.c \
msgsr852.c \
msgsriso.c \
msgtr857.c \
msgtrwin.c \
msgsrwin.c \
msgua866.c \
msguakoi.c \
msguawin.c \
msgzhb5.c \
msgzhgb.c \
LIBNAME=hblang
include $(TOP)$(ROOT)config/lib.cf