Commit Graph

193 Commits

Author SHA1 Message Date
5097f314f2 remove github workflows 2023-07-20 03:17:53 +03:00
d9035d0eab clean up makefile 2023-07-20 03:15:54 +03:00
63627d9c7a add wasm support 2023-07-20 03:12:53 +03:00
4173d1f369 remove CI badges 2023-07-17 16:57:54 +03:00
9ae589e238 update raylib to 4.5 2023-07-17 16:57:54 +03:00
Jonathan Moallem
feb10e3dd3
Updated Makefile explanation to reflect raylib 4.2.3 changes 2022-07-06 21:25:39 +10:00
Jonathan Moallem
254969d834
Merge pull request #17 from return215/update-raylib-cpp
Update raylib-cpp to 4.2.3
2022-07-06 21:23:31 +10:00
return215
0b445b10ba Add contributor to README 2022-07-06 09:22:49 +07:00
return215
f8e5c9ce55 Update makefile to use raylib submodule 2022-07-02 09:28:29 +07:00
return215
554392bfba Update raylib-cpp to 4.2.3
raylib-cpp no longer vendors raylib 4.0, so raylib has to be added
as a separate submodule.
2022-07-02 09:20:58 +07:00
Aryeh
87a7a9b673
Merge pull request #16 from CapsCollective/remove-license-clause
Removed third clause from License
2022-02-22 16:31:25 +11:00
Aryeh
6c08a8d73e updated makefile to include zlib license 2022-02-13 16:35:38 +11:00
jason-cannon
8e46d1769e
Updated raylib-cpp to 4.0.1 and raylib to 4.0 (#14)
* Updating Raylib-CPP to 4.0.1

* Updating Contributor List

Co-authored-by: Jason Cannon <jcannon98188@gmail.com>
2021-11-23 18:51:01 +11:00
Jonathan Moallem
5a09daf7d6
Merge pull request #13 from CapsCollective/use-cxxflags
Updated Makefile to use CXXFLAGS for macro passing
2021-10-15 08:10:35 +11:00
Jonathan Moallem
e18255ba57
Updated readme content 2021-10-07 23:38:43 +11:00
Jonathan Moallem
f735e84d8c
Updated macro passing in Makefile to use CXXFLAGS 2021-10-07 23:36:59 +11:00
Rafael Delboni
9ede956d6c
Updated raylib-cpp submodule to current state (#10) 2021-08-22 01:12:16 +10:00
Aryeh
4c9abde564
Merge pull request #8 from CapsCollective/macro-definitions
Added ability to add custom macro definitions
2021-06-27 17:02:57 +10:00
Aryeh
a4d33d4f0c
fixed typos and awkward wording 2021-06-27 16:44:41 +10:00
Aryeh
ccdbef56eb
Edited docs to reflect custom macros 2021-06-27 16:42:53 +10:00
Aryeh
e95b95118f
Updated README for custom macro definitions 2021-06-27 16:33:58 +10:00
Aryeh
9724b7f7cd
Added ability to add custom macro definitions 2021-06-27 14:39:00 +10:00
mTvare
9410652cf6
Export compiled binary by default (#6)
* Update Makefile to export binaries by default

* Update Makefile to export binaries by default

* Update Makefile to export binaries by default

* Export binary with appropriate .exe extension

* Update README.md
2021-04-09 20:30:58 +10:00
Jonathan Moallem
5ddcf24ff8
Updated Makefile explanation doc for content parity 2021-04-05 10:10:43 +10:00
mTvare
700426e649
Fix broken dll's on windows (#5)
* Update Makefile
2021-04-05 00:01:46 +10:00
Jonathan Moallem
f8137f253e
Updated Makefile to support recursive MKDIR operations in Windows 2021-03-31 20:49:54 +11:00
Jonathan Moallem
462fd1c302 Renamed all GitHub actions tests to build 2021-03-26 22:50:44 +11:00
Jonathan Moallem
4fc8180a46
Fixed up copy errors in Makefile explanation doc 2021-02-20 11:41:11 +11:00
Jonathan Moallem
bb57fdd905 Completed Makefile explanation doc for default target 2021-02-19 18:40:18 +11:00
Jonathan Moallem
f639318260 Added content on application target to Makefile explanation doc 2021-02-18 18:29:31 +11:00
Jonathan Moallem
7a455a4bda
Blocked out all target subsection of makefile explanation doc 2021-01-09 23:43:39 +11:00
Jonathan Moallem
8525e5ae7d
Added macro section to the makefile explanation doc 2021-01-05 22:14:53 +11:00
Jonathan Moallem
ca09666d53
Added PHONY target section to Makefile explanation file 2020-12-25 16:47:59 +11:00
Jonathan Moallem
6b90d8ae33
Updated ordering of Makefile explanation doc 2020-12-25 15:43:26 +11:00
Jonathan Moallem
49f9c01ba3 Made small copy fixes to docs 2020-12-13 10:25:13 +11:00
Jonathan Moallem
0bbbec7bb3 Added the ability to pass arguments to the executable, updated docs 2020-12-12 22:22:05 +11:00
Jonathan Moallem
6606b974aa
Added introduction and setup explanation to Makefile doc 2020-12-11 18:53:55 +11:00
Jonathan Moallem
68bb1f57f9
Added Makefile explanation docs page 2020-12-04 21:23:54 +11:00
Jonathan Moallem
cb05e2489e
Added section on separate compilation to Readme 2020-12-04 21:21:38 +11:00
Jonathan Moallem
1bd9c7e4ef Fixed conditional compilation to regard headers using dependency files 2020-12-03 22:26:25 +11:00
Aryeh
193da09dd6
Merge pull request #3 from CapsCollective/auto-sources
Made Makefile automatically gather compilation sources and implemented conditional compilation
2020-12-03 21:19:24 +11:00
Jonathan Moallem
e29d85f0ee Added platform-generic commands to Makefile and fixed Windows linking issues 2020-12-03 21:13:24 +11:00
Jonathan Moallem
828d38f16e Updated Makefile for conditional compilation and recursive pattern searching 2020-12-03 12:47:08 +11:00
Jonathan Moallem
2002bb961b Made Makefile automatically gather compilation sources from src directory 2020-12-01 14:15:35 +11:00
Jonathan Moallem
0bf363087e
Renamed default run target to all 2020-12-01 11:46:59 +11:00
Jonathan Moallem
f5e2a95f57
Updated Readme to use relative links 2020-12-01 11:35:25 +11:00
Aryeh
f5c8e231be
Merge pull request #2 from CapsCollective/Windows
Got windows building. Need to test with CI/CD
2020-11-30 15:16:21 +11:00
Jonathan Moallem
727c7d9f75 Fixed cp command for Linux 2020-11-30 15:14:25 +11:00
Jonathan Moallem
c8a4c1a8b4 Cleaned up Makefile and ignored clean target del for Windows 2020-11-30 15:06:39 +11:00
Aryeh
d533475df5 Removed wildcard 2020-11-30 14:49:10 +11:00