* doc/en/hb_apifs.txt
! Fixed doc for hb_fsSetDevMode()
* source/rtl/filesys.c
+ Partially undone prev commit, so that now it gives
unreferenced var warnings for the not-implemented
platform branch.
* tests/bldtest/bldtest.c
+ Added missing CVS ID.
* samples/guestbk/Makefile
* samples/guestbk/bld_b32.bat
* samples/hscript/Makefile
* samples/hscript/bld_b32.bat
* samples/misc/Makefile
* samples/pe/Makefile
* tests/Makefile
* utils/hbdoc/Makefile
* utils/hbextern/Makefile
* utils/hbmake/Makefile
* utils/hbrun/Makefile
* utils/hbtest/Makefile
+ Added missing dbf*, hbsix libs.
Could not test GCC because MingW build is broken.
30 lines
697 B
Batchfile
30 lines
697 B
Batchfile
@echo off
|
|
rem
|
|
rem $Id$
|
|
rem
|
|
|
|
..\..\bin\harbour /n guestbk /i..\..\include\
|
|
..\..\bin\harbour /n inifiles /i..\..\include\
|
|
..\..\bin\harbour /n testcgi /i..\..\include\
|
|
|
|
echo -O2 -I..\..\include -L..\..\lib > build.tmp
|
|
echo -eguestbk.exe >> build.tmp
|
|
echo guestbk.c inifiles.c testcgi.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
|
|
|
|
guestbk
|