* package/*
* src/compiler/harbour.y
* src/compiler/harbour.yyc
* src/macro/macro.y
* src/macro/macro.yyc
* src/pp/hbpp.1
* tests/*/*
* utils/*
* stripped svn header manually
* tests/hbdocext.hb
* tests/lang2po.hb
* tests/big5_gen.prg
* tests/uc16_gen.prg
* do not add svn ids to generated sources
+ tests/stripsvn.hb
+ added script to strip svn header from sources
21 lines
594 B
Batchfile
21 lines
594 B
Batchfile
@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
|