build target name & libfile.c3l #1694
LukyGuyLucky
started this conversation in
General
Replies: 3 comments
-
If you don't provide a |
Beta Was this translation helpful? Give feedback.
0 replies
-
Regarding .c3l: it may either be a zip file or a folder. The latter is especially convenient when developing a library. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just a gentle reminder that discussions ( https://github.com/c3lang/c3c/discussions ) is probably a better place to ask questions than filing an issue. |
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
-
Tested under win10 64 bit:
A. When a c3 source file with name file01.c3 and there is no
module file01;
in the file,c3c compile file01.c3
will produce a file01.exe; but when the module name is mod01 ,that is
the produced exe filename will be mod01.exe other than file01.exe.
Is this a bit weird?
B. Previously per my experience,under windows let's say if the sokol.c3l is a folder,we have to make it a zip file with the same name sokol.c3l and
move the original sokol.c3i folder to another place.Then compile the project which depends on lib sokol should be :
Today I found that now I don't have to make a zip file in advance before compiling the project. That is ,just using the sokol.c3l folder with the same compiling command should also work.
Is this the build system a change recently or I just misunderstand something?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions