raylib/projects/VSCode
Alan Arrecis b201b74c3f
Fix VSCode Makefile to support multiple .c files (#4391)
Updated the VSCode Makefile to allow compilation of multiple .c files instead of just one (main.c).
- Replaced `SRC` and `OBJS` definitions to dynamically include all .c and .h files in the project.
- This change enables automatic handling of any number of source files specifically in the VSCode setup.
2024-10-18 01:08:07 +02:00
..
.vscode VSCode sample project Mac fixup (#3666) 2023-12-23 11:22:16 +01:00
resources updated VSCode project to work with latest raylib makefile and 'working for web' instructions (#2296) 2022-01-21 08:53:25 +01:00
main.c Update copyright to 2024 2024-01-02 20:58:12 +01:00
main.code-workspace Added VSCode project template 2018-07-31 11:26:52 +02:00
Makefile Fix VSCode Makefile to support multiple .c files (#4391) 2024-10-18 01:08:07 +02:00
Makefile.Android Fix vs code project (#3048) 2023-05-07 20:22:37 +02:00