Files
harbour-core/harbour/utils/hbtest/make_xpp.cmd
2000-04-06 06:56:57 +00:00

21 lines
378 B
Batchfile

@echo off
rem
rem $Id$
rem
xpp hbtest.prg /w /n
xpp rt_array.prg /w /n
xpp rt_date.prg /w /n
xpp rt_file.prg /w /n
xpp rt_hvm.prg /w /n
xpp rt_hvma.prg /w /n
xpp rt_math.prg /w /n
xpp rt_misc.prg /w /n
xpp rt_str.prg /w /n
xpp rt_stra.prg /w /n
xpp rt_trans.prg /w /n
alink hbtest rt_array rt_date rt_file rt_hvm rt_math rt_misc rt_str rt_stra rt_trans
del *.obj