modula3/cm3

What does quake do?

Closed this issue · 7 comments

Is .quake format a kind of import library so quake itself is the librarian?

https://github.com/modula3/cm3/tree/master/m3-win/import-libs/src

quake is part of cm3[.exe]

"quake" is "our Modula-3 cmake / make"

quake is part of cm3[.exe]

"quake" is "our Modila-3 cmake / make"

How to use it?

When you type the command "cm3" at your shell, you are "using" Quake... what is your question??

How to generate and how to use the import libraries like what on https://github.com/modula3/cm3/tree/master/m3-win/import-libs/src? It's weird. The file make-lib-1.cmd as the extension tells it's Windows Batch file but indeed it's a Perl script! From the other .cmd files it seems cl.exe (Microsoft MSVC Compiler) is required. So will these .quake import libraries work with MinGW too? It's a mess!