pflarue / ardop

Source for various version of ARDOP
Other
23 stars 4 forks source link

Delete unused files #60

Closed pflarue closed 2 weeks ago

pflarue commented 2 weeks ago

This branch deletes several files from the repository that were not necessary to build ardopcf.

Among the files deleted are several vcproj files as well as getopt.c and getopt.h. With the removal of these files, continued support for building ardopcf for Windows is more explicitly tied to the use of the MinGW-w64 system for GCC on 32 and 64 bit Windows.

By removing unused code from the repository, it makes the remaining code easier to understand and easier to maintain.