mirror of
https://github.com/irmen/prog8.git
synced 2024-11-04 19:05:57 +00:00
a735939d1e
Reworded software license and exclusion clause somewhat again in attempt to make it even clearer.
7 lines
153 B
Lua
7 lines
153 B
Lua
; Internal library routines - always included by the compiler
|
|
|
|
prog8_lib {
|
|
%asminclude "library:prog8_lib.asm"
|
|
%asminclude "library:prog8_funcs.asm"
|
|
}
|