summaryrefslogtreecommitdiff
path: root/src/build.bat
blob: af997ecdedf491cd7ff3455ba01d588c44bee31a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@echo off
; I don't know how to store the output to a variable:  fpctarget=`fpc -iTP`-`fpc -iTO`
if exist ..\lib\i386-win32\nul.x goto exists
echo "Creating missing directory ..\lib\i386-win32"
mkdir ..\lib\i386-win32
goto end

:exists
echo "You've got the correct output lib directory"

:end

fpc -dRELEASE -dGDI @extrafpc.cfg corelib\gdi\fpgui_toolkit.pas