mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 22:50:18 +02:00
+ setpath.bat file
This commit is contained in:
parent
807cf0000b
commit
f43db9aafe
@ -25,6 +25,7 @@ targetname=go32v2
|
||||
cfgfile=fpc.cfg
|
||||
idecfgfile=fp.cfg
|
||||
ideinifile=fp.ini
|
||||
|
||||
filecheck=*go32.zip
|
||||
# Dos 1
|
||||
package=basego32.zip,~B~asic system for Go32v2 (required)
|
||||
@ -64,6 +65,7 @@ targetname=win32
|
||||
cfgfile=fpc.cfg
|
||||
idecfgfile=fp.cfg
|
||||
ideinifile=fp.ini
|
||||
setpathfile=setpath.bat
|
||||
filecheck=*w32.zip
|
||||
# Win32 1
|
||||
package=basew32.zip,~B~asic system for Win32 (required)
|
||||
@ -505,6 +507,16 @@ OpenExts="*.pas;*.pp;*.inc"
|
||||
|
||||
endcfg
|
||||
|
||||
|
||||
defaultsetpath=
|
||||
@echo off
|
||||
echo Setting PATH for use with $TARGET Free Pascal compiler
|
||||
set A=$1\bin\$TARGET;%PATH%
|
||||
set Path=
|
||||
set PATH=%A%
|
||||
set A=
|
||||
endcfg
|
||||
|
||||
#
|
||||
# That's all folks
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user