Marcos Douglas schrieb:

Before, I had this file created by Installer. I just copy it to
c:\freepascal\fpc\bin\i386-win32 because is necessary to the script.

The bin directory should be in the path, so that all scripts can find the programs. I made an build.bat file that sets the path accordingly, and then invokes make. When executed from a console, the path is set for issuing further commands.

@echo Installing Lazarus
path=C:\FPC\2.4.0\bin\i386-win32;D:\SourceForge\Lazarus
cd ide
windres -i lazarus.rc -o lazarus.res
cd ..
make
rem make clean all (if required), then make bigide
@echo Did you already create a desktop icon to the new Lazarus.exe?

DoDi


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to