tools/build_windows.bat
changeset 6562 e6b35a238d69
parent 6560 ca07e6be08d0
child 6569 64f9fbd48b9e
equal deleted inserted replaced
6561:b2165583cdf5 6562:e6b35a238d69
     1 @echo off
     1 @echo off
     2 :edit these variables if you need
     2 :edit these variables if you need
     3 SET PASCAL=c:\Development\FPC\2.4.4\bin\i386-win32\
     3 SET PASCAL=C:\FPC\2.4.4\bin\i386-win32\
     4 SET QTDIR=c:\Development\QtSDK\Desktop\Qt\4.7.4\mingw\bin
     4 SET QTDIR=C:\QtSDK\Desktop\Qt\4.7.4\mingw\bin
     5 SET PATH=%PATH%;%PASCAL%
     5 SET PATH=%PATH%;%PASCAL%
     6 
     6 
     7 :SETUP
     7 :SETUP
     8 cd ..
     8 cd ..
     9 if not exist bin mkdir bin
     9 if not exist bin mkdir bin