* 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
41 lines
916 B
Batchfile
41 lines
916 B
Batchfile
@echo off
|
|
|
|
rem DBFCDX
|
|
clipper rddmktst /m/n/w/es2/d_TEST_CMPDIDX_
|
|
if errorlevel 1 goto ERROR
|
|
rtlink fi rddmktst lib dbfcdx
|
|
if errorlevel 1 goto ERROR
|
|
del *.obj
|
|
rddmktst cdxcl52.prg dbfcdx
|
|
clipper cdxcl52 /m/n/w/es2
|
|
if errorlevel 1 goto ERROR
|
|
rtlink fi cdxcl52 lib dbfcdx
|
|
if errorlevel 1 goto ERROR
|
|
|
|
rem DBFNTX
|
|
clipper rddmktst /m/n/w/es2
|
|
if errorlevel 1 goto ERROR
|
|
rtlink fi rddmktst lib dbfcdx
|
|
if errorlevel 1 goto ERROR
|
|
del *.obj
|
|
rddmktst ntxcl52.prg dbfntx
|
|
clipper ntxcl52 /m/n/w/es2
|
|
if errorlevel 1 goto ERROR
|
|
rtlink fi ntxcl52 lib dbfcdx
|
|
if errorlevel 1 goto ERROR
|
|
|
|
rem DBFCDX for ADS RDD
|
|
clipper rddmktst /m/n/w/es2/d_TEST_ADS_ /d_TEST_CMPDIDX_
|
|
if errorlevel 1 goto ERROR
|
|
rtlink fi rddmktst lib dbfcdx
|
|
if errorlevel 1 goto ERROR
|
|
del *.obj
|
|
rddmktst adscl52.prg dbfcdx
|
|
clipper adscl52 /m/n/w/es2
|
|
if errorlevel 1 goto ERROR
|
|
rtlink fi adscl52 lib dbfcdx
|
|
if errorlevel 1 goto ERROR
|
|
|
|
:ERROR
|
|
if exist *.obj del *.obj
|