* Makefile
* config/*
* contrib/*
* doc/*
* extras/*
* include/*
* lib/*
* package/*
* src/*
* tests/*
* utils/*
* removed empty lines left after removed '$' + 'Id' + '$' identifiers
14 lines
321 B
Plaintext
14 lines
321 B
Plaintext
hb_FCopy( "_pp_test.prg", "_pp_hb.prg" )
|
|
hb_FCopy( "_pp_test.prg", "_pp_cl.prg" )
|
|
|
|
hb_run( "harbour -p -s -n _pp_hb.prg" )
|
|
hb_run( "clipper.exe _pp_cl.prg /p /s /n" )
|
|
|
|
FErase( "_pp_hb.prg" )
|
|
FErase( "_pp_cl.prg" )
|
|
|
|
hb_run( "diff -u -w _pp_hb.ppo _pp_cl.ppo > pp_test.dif" )
|
|
|
|
FErase( "_pp_hb.ppo" )
|
|
FErase( "_pp_cl.ppo" )
|