* contrib/examples/pp/bld_b32.bat
* contrib/examples/pp/bld_vc.bat
* contrib/examples/guestbk/bld_b32.bat
* contrib/examples/guestbk/bld_vc.bat
* contrib/examples/pe/bld_b32.bat
* contrib/examples/pe/bld_vc.bat
* contrib/examples/dbu/bld_b32.bat
* contrib/examples/dbu/bld_vc.bat
* contrib/examples/hscript/bld_b32.bat
* contrib/examples/hscript/bld_vc.bat
* utils/hbdoc/bld_vc.bat
* utils/hbdoc/bld_b32.bat
* utils/hbmake/bld_vc.bat
* utils/hbmake/bld_b32.bat
+ Cleaning .c and .obj files after the build process.
! This is needed to not interfere with the GNU-make system,
which would pickup and try to compiler those temp .c files.
33 lines
1.1 KiB
Batchfile
33 lines
1.1 KiB
Batchfile
@echo off
|
|
rem
|
|
rem $Id$
|
|
rem
|
|
|
|
..\..\bin\harbour /n hbmake /i..\..\include
|
|
..\..\bin\harbour /n checks /i..\..\include
|
|
..\..\bin\harbour /n fclass1 /i..\..\include
|
|
..\..\bin\harbour /n ffile1 /i..\..\include
|
|
..\..\bin\harbour /n ft_funcs /i..\..\include
|
|
..\..\bin\harbour /n hbmutils /i..\..\include
|
|
..\..\bin\harbour /n pickarry /i..\..\include
|
|
..\..\bin\harbour /n pickfile /i..\..\include
|
|
..\..\bin\harbour /n prb_stak /i..\..\include
|
|
..\..\bin\harbour /n radios /i..\..\include
|
|
..\..\bin\harbour /n tmake /i..\..\include
|
|
|
|
cl -D_CRT_SECURE_NO_DEPRECATE -nologo -O2 -TP -W3 -I..\..\include hbmake.c checks.c fclass1.c ffile1.c ft_funcs.c hbmutils.c pickarry.c pickfile.c prb_stak.c radios.c tmake.c hbmlang.c readline.c /link /subsystem:CONSOLE /LIBPATH:..\..\lib hbcpage.lib hbdebug.lib hbvm.lib hbrtl.lib gtwin.lib hblang.lib hbrdd.lib hbmacro.lib hbpp.lib rddntx.lib rddcdx.lib rddfpt.lib hbsix.lib hbcommon.lib hbpcre.lib hbzlib.lib user32.lib winspool.lib
|
|
|
|
del *.obj
|
|
|
|
del hbmake.c
|
|
del checks.c
|
|
del fclass1.c
|
|
del ffile1.c
|
|
del ft_funcs.c
|
|
del hbmutils.c
|
|
del pickarry.c
|
|
del pickfile.c
|
|
del prb_stak.c
|
|
del radios.c
|
|
del tmake.c
|