Skip to content

MakeGen v1.3.0

Latest
Compare
Choose a tag to compare
@Thraix Thraix released this 07 Mar 21:13
· 1 commit to master since this release

Release notes since 1.2.1

Additions

  • Add ability to exclude cpp files from compiling
  • Add ability to exclude h files from being added to project h file
  • Add ability to add command line arguments when running the application
  • Add ability to add pre command line arguments when running the application (like gdb or vglrun)
  • Add more source and header file extension support (cpp, c, cc, cxx, h, hxx, hpp)

Changes

  • MakeGen now uses xml as its config file. MakeGen will automatically convert the current conf file to xml. The old conf file will not be deleted.
  • Removed debugging flags being forced into the make file (can be added as a compile flag)

Fixes

  • Fix makegen crashing if dependency folder doesn't exist
  • Fix full path being prepended with ./