casteng / i-pascal

A free Object Pascal language plugin for IntelliJ IDEA
111 stars 34 forks source link

Question: Which is the right way to add a local path with ppu files? #24

Closed megahertz closed 6 years ago

megahertz commented 6 years ago

I have a /Lib folder with .o and .ppu files

Now I need to add this path through FPC SDK Classpath which allows I-Pascal to recoginize these files correctly. Is it possible to add ./Lib path locally without changing global SDK settings?

casteng commented 6 years ago

At the moment adding directories with .ppu/.dcu to SDK classpath is the only way to add a library of compiled to project.

megahertz commented 6 years ago

Ok, thank you.