QB64-Phoenix-Edition / QB64pe

The QB64 Phoenix Edition Repository
https://qb64phoenix.com
Other
131 stars 26 forks source link

Make PE multifile, use QuickBASIC .MAK files #206

Open hackwrench opened 2 years ago

hackwrench commented 2 years ago

I really miss being able to reuse files across multiple projects without copying their contents into one big file. the COMMON command and namespaces were useful too. A ll of this brought order and structure to my programs. But the start is .MAK files.

hackwrench commented 2 years ago

One way to start the process is to think of the .MAK file as a bunch of included files that are to be treated a little bit differently by the compiler.