Files
harbour-core/harbour/contrib/examples/pp/bld_b32.bat
Viktor Szakats 73b29af522 2008-06-05 20:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
- contrib/examples/pp/hbpp.c
   + contrib/examples/pp/pp.c
   * contrib/examples/pp/bld_b32.bat
   * contrib/examples/pp/Makefile
     * hbpp.c -> pp.c to generate pp.exe using GNU make files.

   * contrib/examples/pp/bld_b32.bat
     % Removed unnecessary libs.
2008-06-05 20:06:24 +00:00

14 lines
255 B
Batchfile

@echo off
rem
rem $Id$
rem
echo -O2 -I..\..\..\include -L..\..\..\lib > build.tmp
echo -epp.exe >> build.tmp
echo pp.c hbppcomp.c hbppcore.c hbpptbl.c hbpragma.c >> build.tmp
echo hbcommon.lib >> build.tmp
bcc32 @build.tmp
del build.tmp
pp