Replies: 1 comment
-
https://modula3.elegosoft.com/cm3/doc/tutorial/m3/m3_6.html
import_lib
I generally don't do it this way, because it makes
the m3makefile non-portable. Instead I add the libraries directly to the
config, so that the libraries can reside in different places on different
machines. You could do something tricky with includes or write Quake I
guess if you wanted to automate that.
But if you are working on a single system, yes you can use import_lib.
Mika
…On Sat, Sep 10, 2022 at 5:51 PM pwd96m4a ***@***.***> wrote:
It seems this must be via m3makefile too but I can't find any examples.
—
Reply to this email directly, view it on GitHub
<#1078>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKYNJKPCTTRYY4Q6ARQVR3V5UUJTANCNFSM6AAAAAAQJRWOFU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems this must be via m3makefile too but I can't find any examples.
Beta Was this translation helpful? Give feedback.
All reactions