Build update
This commit is contained in:
parent
c55277b590
commit
af1a57e63a
20
build.bat
20
build.bat
|
@ -1,17 +1,19 @@
|
||||||
rm multibrot_imaging.exe
|
rm ./build/multibrot_imaging.exe
|
||||||
rm function_imaging.exe
|
rm ./build/function_imaging.exe
|
||||||
rm gui.exe
|
rm ./build/gui.exe
|
||||||
|
|
||||||
cd src
|
cd src
|
||||||
|
fpc multibrot_imaging.pas
|
||||||
fpc mandelbrot_imaging.pas
|
mv multibrot_imaging.exe ../build/multibrot_imaging.exe
|
||||||
mv mandelbrot_imaging.exe ../multibrot_imaging.exe
|
|
||||||
|
|
||||||
fpc function_imaging.pas
|
fpc function_imaging.pas
|
||||||
mv function_imaging.exe ../function_imaging.exe
|
mv function_imaging.exe ../build/function_imaging.exe
|
||||||
|
rm *.o
|
||||||
|
rm *.ppu
|
||||||
|
|
||||||
cd gui
|
cd gui
|
||||||
fpc gui.pas
|
fpc gui.pas
|
||||||
mv gui.exe ../../gui.exe
|
mv gui.exe ../../build/gui.exe
|
||||||
|
rm *.o
|
||||||
|
rm *.ppu
|
||||||
|
|
||||||
pause
|
pause
|
1
build/.gitignore
vendored
Normal file
1
build/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
*.exe
|
Loading…
Reference in New Issue
Block a user