Frank wrote:
FW> i have a batch for compiling make-files using the freecommand-line-tools
FW> from borland:

I too use it.
Thanks for idea. Works well.
-----------------------------
@echo off
set bcc_path=C:\Borland\bcc55\
set PATH=%PATH%;%bcc_path%Bin

echo -I"%bcc_path%include" > "%bcc_path%bin\bcc32.cfg"
echo -L"%bcc_path%lib" >> "%bcc_path%bin\bcc32.cfg"
echo -L"%bcc_path%lib" > "%bcc_path%bin\ilink32.cfg"

cd scintilla\win32
make -l -fscintilla.mak
cd ..\..
cd scite\win32
make -l -fscite.mak
-----------------------------
I place a compile.bat near to dirs Scintilla and Scite.
I open him in SciTE and press F5.
Result it is convenient to look in output pane.

-- 
mozers
<http://scite.ruteam.ru>

_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to