mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 07:28:26 +02:00
* Removed dependencies on units within other packages from fpmake.pp
git-svn-id: trunk@18800 -
This commit is contained in:
parent
46d8af7c9f
commit
113417179f
@ -83,9 +83,6 @@ begin
|
||||
AddInclude('modes.inc');
|
||||
AddInclude('fills.inc');
|
||||
AddInclude('gtext.inc');
|
||||
AddUnit('sdl');
|
||||
AddUnit('sdlutils');
|
||||
AddUnit('logger');
|
||||
end;
|
||||
T:=P.Targets.AddUnit('wincrt.pp',[win32]);
|
||||
with T.Dependencies do
|
||||
|
Loading…
Reference in New Issue
Block a user