From 8b214f968e4fc5917fc626259bb1c8c4627d0c6d Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Wed, 3 Jun 2015 15:02:21 +0200 Subject: [PATCH] Laz garbage ? --- lazproj/ppas.bat | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 lazproj/ppas.bat diff --git a/lazproj/ppas.bat b/lazproj/ppas.bat deleted file mode 100644 index 76caa01a..00000000 --- a/lazproj/ppas.bat +++ /dev/null @@ -1,14 +0,0 @@ -@echo off -SET THEFILE=coedit.exe -echo Linking %THEFILE% -C:\Dev\lazarus\fpc\2.6.4\bin\i386-win32\ld.exe -b pei-i386 -m i386pe --gc-sections --entry=_mainCRTStartup -o coedit.exe link.res -if errorlevel 1 goto linkend -C:\Dev\lazarus\fpc\2.6.4\bin\i386-win32\postw32.exe --subsystem console --input coedit.exe --stack 16777216 -if errorlevel 1 goto linkend -goto end -:asmend -echo An error occured while assembling %THEFILE% -goto end -:linkend -echo An error occured while linking %THEFILE% -:end