UPD: Update build process (#92)

- use environment variable to set Lazarus path instead of modifying
  build.bat which is under source control
- add .gitignore file
This commit is contained in:
Steffen Rehberg 2021-05-29 11:56:52 +02:00 committed by GitHub
commit 87bbf76769
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 39 additions and 4 deletions

View file

@ -1,9 +1,8 @@
@echo off
rem the next two line must be changed before run on your computer
set lazpath=D:\Alexx\Prog\FreePascal\Lazarus
set PATH=%lazpath%;%PATH%
rem Add Lazarus installation to path
if [%LAZARUS_HOME%] == [] set LAZARUS_HOME=D:\Alexx\Prog\FreePascal\Lazarus
set PATH=%LAZARUS_HOME%;%PATH%
rem You can execute this script with different parameters:
rem components - compiling components needed for DC