jpt13653903 / Gerber2PDF

Gerber to PDF converter
https://sourceforge.net/projects/gerber2pdf/
GNU General Public License v3.0
36 stars 11 forks source link

Port to Linux and iOS #8

Open jpt13653903 opened 6 years ago

jpt13653903 commented 6 years ago

The code-base is largely platform independent, but there are still a few Win32 specific API calls.

This enhancement entails using #ifdef ... #else ... #endif blocks to turn the currently platform specific portions of the code into platform independent versions.

jpt13653903 commented 6 years ago

I've ported it to Linux, but don't have access to an iOS-based PC. This issue therefore remains open.