+ Support for compiler option -Ur

This commit is contained in:
olle 2005-02-24 23:16:14 +00:00
parent 74c89e2b87
commit 99e0612826

View File

@ -14,6 +14,9 @@ all
NewFolder "::units:" ³ Dev:Null
NewFolder "::units:powerpc-macos:" ³ Dev:Null
Set Exit 1
If {RELEASE}
Set OPT "{OPT} -Ur"
End
"{FPC}" {OPT} {REDIR} -Us -Fi::inc -Fi::powerpc system.pp
"{FPC}" {OPT} {REDIR} -Fi::inc -Fi::powerpc ::inc:strings.pp
"{FPC}" {OPT} {REDIR} -Fi::inc -Fi::powerpc ::objpas:objpas.pp
@ -40,6 +43,9 @@ macos
NewFolder "::units:" ³ Dev:Null
NewFolder "::units:powerpc-macos:" ³ Dev:Null
Set Exit 1
If {RELEASE}
Set OPT "{OPT} -Ur"
End
"{FPC}" {OPT} {REDIR} -Fi"{UPINTERFACES}" macos.pp
clean Ä