[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][master] 2 commits: The classes excluded from the executable are now directly handled by the archiver.



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
c7cac3dc by Benoît Minisini at 2024-08-13T13:15:08+02:00
The classes excluded from the executable are now directly handled by the archiver.

[DEVELOPMENT ENVIRONMENT]
* NEW: The classes excluded from the executable are now directly handled by the archiver.

- - - - -
7e635275 by Benoît Minisini at 2024-08-13T13:15:26+02:00
The files to exclude are now read from the project configuration file by the archiver.

[COMPILER]
* NEW: Error message prefix is now a global error parameter.

[ARCHIVER]
* NEW: Remove the '-i' option to exclude files explicitly.
* NEW: The files to exclude are read from the project configuration file.
* BUG: Fix error message prefix.

- - - - -


10 changed files:

- app/src/gambas3/.src/Help/HelpBrowser.class
- app/src/gambas3/.src/Project.module
- main/gbc/Makefile.am
- main/gbc/gb_error.c
- main/gbc/gb_error.h
- main/gbc/gb_str.c
- main/gbc/gba.c
- main/gbc/gbc.c
- + main/gbc/gbc_project.c
- + main/gbc/gbc_project.h


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e74f33d3fc0ab210e32bcca164388cf1a1898b89...7e6352755002f9ddbf93190ae70c4e03e10d1425

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e74f33d3fc0ab210e32bcca164388cf1a1898b89...7e6352755002f9ddbf93190ae70c4e03e10d1425
You're receiving this email because of your account on gitlab.com.