mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
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:
parent
8dd30bfd5b
commit
87bbf76769
2 changed files with 39 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue