Use -XX option for building lazarus to prevent problems on win95.

git-svn-id: trunk@6114 -
This commit is contained in:
vincents 2004-10-04 22:00:52 +00:00
parent 3b411e37e4
commit b900c730b8

View File

@ -6,7 +6,7 @@ SET COMPILER=%BUILDDIR%\pp\bin\win32\ppc386.exe
%BUILDDRIVE%
cd %BUILDDIR%
%MAKEEXE% clean PP=%COMPILER% >> %LOGFILE%
%MAKEEXE% all OPT="-gl -Xs" PP=%COMPILER% >> %LOGFILE%
%MAKEEXE% all OPT="-gl -Xs -XX" PP=%COMPILER% >> %LOGFILE%
%FPCBINDIR%\strip.exe lazarus.exe
%FPCBINDIR%\strip.exe startlazarus.exe