1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 04:24:48 +00:00
QB64-PE/source
Roland Heyder 7c50499c2f 4.) Implements $INCLUDEONCE handling
- placing $INCLUDEONCE in any line in an include file will prevent including the file multiple times (BAS synonym for #pragma once)
- $INCLUDEONCE must be the only thing in the line
- using it in the main program has no effect and will be ignored without error
2024-02-07 21:17:46 +01:00
..
global fix typos 2024-01-28 10:37:47 -08:00
ide 3.) Refactor external dependencies checks 2024-02-07 21:04:39 +01:00
subs_functions 4.) Implements $INCLUDEONCE handling 2024-02-07 21:17:46 +01:00
utilities Some simple refactoring 2024-02-03 21:45:45 +01:00
.gitignore Don't ignore .bas files in source directory 2022-04-28 17:20:45 -04:00
peLogo.png Step 10: Update remaining stuff 2022-08-12 02:54:12 +02:00
qb64pe.bas 4.) Implements $INCLUDEONCE handling 2024-02-07 21:17:46 +01:00
qb64pe.ico Step 4: Update Windows icon & resource file 2022-08-10 02:03:12 +02:00
qb64pe.png Step 2: Update Linux icon file 2022-08-10 00:48:56 +02:00