Skip to content

Commit

Permalink
A compilation script
Browse files Browse the repository at this point in the history
  • Loading branch information
maximmasiutin committed Apr 6, 2023
1 parent dce97af commit f4836da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SRC/compile.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@echo off
if exist TinyWeb.7z del TinyWeb.7z
if exist Tiny.exe del Tiny.exe
C:\FPC\3.2.2\bin\i386-win32\fpc.exe -OpCOREAVX2 -O4 -Pi386 -Twin32 -B -MObjFPC Tiny.dpr
7z a -mx9 TinyWeb Tiny.exe

0 comments on commit f4836da

Please sign in to comment.