* harbour-ce-spec
* harbour-w32-spec
* harbour.spec
* common.mak
* make_b32.mak
* make_gcc.mak
* make_vc.mak
* make_vcce.mak
* make_tgz.sh
* utils/Makefile
- utils/hbpptest
+ tests/hbpptest
* Moved hbpptest to tests.
19 lines
293 B
Batchfile
19 lines
293 B
Batchfile
@echo off
|
|
rem
|
|
rem $Id$
|
|
rem
|
|
|
|
copy pp_test.prg _pp_hb.prg
|
|
copy pp_test.prg _pp_c5x.prg
|
|
|
|
..\..\bin\harbour.exe -p -s -n _pp_hb.prg
|
|
clipper.exe _pp_c5x.prg /p /s /n
|
|
|
|
del _pp_hb.prg
|
|
del _pp_c5x.prg
|
|
|
|
diff -u -w _pp_hb.ppo _pp_c5x.ppo > pp_test.diff
|
|
|
|
del _pp_hb.ppo
|
|
del _pp_c5x.ppo
|