2007-11-01 21:32 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/samples/pe/bld_b32.bat
    * updated svn attributes
This commit is contained in:
Przemyslaw Czerpak
2007-11-01 20:32:16 +00:00
parent 95497af7d4
commit 52fb6f82ee
2 changed files with 32 additions and 28 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2007-11-01 21:32 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/samples/pe/bld_b32.bat
* updated svn attributes
2007-11-01 20:03 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/tip/sendmail.prg
* harbour/contrib/directx/test/anima2.bmp

View File

@@ -1,28 +1,28 @@
@echo off
rem
rem $Id$
rem
..\..\bin\harbour /n pe /i..\..\include\
..\..\bin\harbour /n editorhi /i..\..\include\
echo -O2 -I..\..\include -L..\..\lib > build.tmp
echo -epe.exe >> build.tmp
echo pe.c editorhi.c editorlo.c >> build.tmp
echo debug.lib >> build.tmp
echo vm.lib >> build.tmp
echo rtl.lib >> build.tmp
echo gtwin.lib >> build.tmp
echo lang.lib >> build.tmp
echo rdd.lib >> build.tmp
echo macro.lib >> build.tmp
echo pp.lib >> build.tmp
echo dbfntx.lib >> build.tmp
echo dbfcdx.lib >> build.tmp
echo dbffpt.lib >> build.tmp
echo hbsix.lib >> build.tmp
echo common.lib >> build.tmp
bcc32 @build.tmp
del build.tmp
pe
@echo off
rem
rem $Id$
rem
..\..\bin\harbour /n pe /i..\..\include\
..\..\bin\harbour /n editorhi /i..\..\include\
echo -O2 -I..\..\include -L..\..\lib > build.tmp
echo -epe.exe >> build.tmp
echo pe.c editorhi.c editorlo.c >> build.tmp
echo debug.lib >> build.tmp
echo vm.lib >> build.tmp
echo rtl.lib >> build.tmp
echo gtwin.lib >> build.tmp
echo lang.lib >> build.tmp
echo rdd.lib >> build.tmp
echo macro.lib >> build.tmp
echo pp.lib >> build.tmp
echo dbfntx.lib >> build.tmp
echo dbfcdx.lib >> build.tmp
echo dbffpt.lib >> build.tmp
echo hbsix.lib >> build.tmp
echo common.lib >> build.tmp
bcc32 @build.tmp
del build.tmp
pe