Files
harbour-core/utils/hbtest/make_xpp.bat
vszakats a4a357a18b 2013-03-15 11:12 UTC+0100 Viktor Szakats (harbour syenar.net)
* /harbour/* -> /*
    * moved whole Harbour source tree one level up to
      avoid single 'harbour' top dir
2013-03-15 11:13:30 +01:00

25 lines
615 B
Batchfile

@rem
@rem $Id$
@rem
@echo off
rem ; TOFIX: Add compilation for C sources
set HB_CLIPOPT=%HB_CLIPOPT% /DRT_NO_C
xpp hbtest.prg /w /n %HB_CLIPOPT%
xpp rt_array.prg /w /n %HB_CLIPOPT%
xpp rt_date.prg /w /n %HB_CLIPOPT%
xpp rt_file.prg /w /n %HB_CLIPOPT%
xpp rt_hvm.prg /w /n %HB_CLIPOPT%
xpp rt_hvma.prg /w /n %HB_CLIPOPT%
xpp rt_math.prg /w /n %HB_CLIPOPT%
xpp rt_misc.prg /w /n %HB_CLIPOPT%
xpp rt_str.prg /w /n %HB_CLIPOPT%
xpp rt_stra.prg /w /n %HB_CLIPOPT%
xpp rt_trans.prg /w /n %HB_CLIPOPT%
alink hbtest rt_array rt_date rt_file rt_hvm rt_hvma rt_math rt_misc rt_str rt_stra rt_trans
del *.obj