Laz garbage ?

This commit is contained in:
Basile Burg 2015-06-03 15:02:21 +02:00
parent 280ddd6c98
commit 8b214f968e
1 changed files with 0 additions and 14 deletions

View File

@ -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