Files
harbour-core/harbour/contrib/examples/hscript/bld_b32.bat
Viktor Szakats 07ea129a9d 2008-01-31 22:10 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/examples/guestbk/bld_b32.bat
   * contrib/examples/pe/bld_b32.bat
   * contrib/examples/dbu/bld_b32.bat
   * contrib/examples/hscript/bld_b32.bat
     ! Lib name changes.
2008-01-31 21:11:40 +00:00

11 lines
414 B
Batchfile

@echo off
rem
rem $Id$
rem
rem NOTE: This sample program need nf.lib from contrib/libnf
..\..\..\bin\harbour hscript /n /i..\..\..\include
bcc32 -O2 -I..\..\..\include -L..\..\..\lib -ehscript.exe hscript.c hbdebug.lib hbvm.lib hbrtl.lib gtwin.lib hblang.lib hbrdd.lib hbmacro.lib hbpp.lib rddntx.lib rddcdx.lib rddfpt.lib hbcpage.lib hbsix.lib hbcommon.lib hbpcre.lib hbhsx.lib hbnf.lib
del hscript.c