Files
harbour-core/src/lang/Makefile
Viktor Szakats f9d38b5ef5 2013-04-03 03:15 UTC+0200 Viktor Szakats (harbour syenar.net)
* bin/check.hb
    ! fix to filename filter (needs large cleanup)

  * config/lang.hb
  * include/hblang.hbx
  * src/lang/Makefile
  * src/rtl/langcomp.prg
  + src/lang/l_pt_br.c
    + added 'pt_br' language
2013-04-03 03:16:49 +02:00

44 lines
530 B
Makefile

ROOT := ../../
C_SOURCES := \
l_be.c \
l_bg.c \
l_ca.c \
l_cs.c \
l_de.c \
l_el.c \
l_eo.c \
l_es.c \
l_es_419.c \
l_eu.c \
l_fr.c \
l_gl.c \
l_he.c \
l_hr.c \
l_hu.c \
l_id.c \
l_is.c \
l_it.c \
l_ko.c \
l_lt.c \
l_nl.c \
l_pl.c \
l_pt.c \
l_pt_br.c \
l_ro.c \
l_ru.c \
l_sk.c \
l_sl.c \
l_sr_cyr.c \
l_sr_lat.c \
l_sv.c \
l_tr.c \
l_uk.c \
l_zh_sim.c \
l_zh_tra.c \
LIBNAME := hblang
include $(TOP)$(ROOT)config/lib.mk