mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 00:08:12 +02:00
* Hopefully fix compilation of hash package for msdos
This commit is contained in:
parent
5afaeaa3ac
commit
7bdf6672b5
@ -137,7 +137,6 @@ begin
|
||||
P.Sources.AddSrcFiles('src/win/fclel.*', P.Directory);
|
||||
// Install windows resources
|
||||
P.InstallFiles.Add('src/win/fclel.res',AllWindowsOSes,'$(unitinstalldir)');
|
||||
T:=P.Targets.AddUnit('basenenc.pp');
|
||||
|
||||
// Examples
|
||||
P.ExamplePath.Add('examples');
|
||||
|
@ -115,6 +115,7 @@ begin
|
||||
end;
|
||||
|
||||
T:=P.Targets.AddUnit('objects.pp',ObjectsOSes);
|
||||
T:=P.Targets.AddUnit('basenenc.pp');
|
||||
|
||||
T:=P.Targets.AddUnit('printer.pp',PrinterOSes);
|
||||
T.Dependencies.AddInclude('printerh.inc',PrinterOSes);
|
||||
|
Loading…
Reference in New Issue
Block a user