Commit Graph

17 Commits

Author SHA1 Message Date
Ray
ac23af9bf0 Review resources naming
raylib resource data file for Windows platform (containing raylib icon and metadata for executable file) has been renamed to a more consistent name: raylib.rc.data

Also required to work with tcc compiler.
2018-11-19 15:18:11 +01:00
d916ac9b5d Update Makefile 2018-10-24 14:36:57 -05:00
411b2827a8 Update tasks.json 2018-10-24 14:35:51 -05:00
5b0ab656f1 Update launch.json 2018-10-24 14:35:03 -05:00
d17c323f98 Update tasks.json 2018-09-21 18:18:38 -05:00
65c74c7cfa Update c_cpp_properties.json 2018-09-21 18:16:27 -05:00
46b171a80c Update Makefile 2018-09-21 18:12:11 -05:00
4757ead493 Update launch.json 2018-09-21 18:10:50 -05:00
f97bb085bf Merge pull request #4 from MurrayIRC/patch-4
Added OSX build tasks
2018-08-30 09:50:09 -05:00
ea84cce27d Merge pull request #3 from MurrayIRC/patch-3
Added OSX launch configurations for debug and release
2018-08-30 09:49:23 -05:00
1feb68baaa Merge pull request #2 from MurrayIRC/patch-2
Fixed included libs for OSX
2018-08-30 09:47:27 -05:00
921e4eaa87 Added OSX build tasks
Users will have to specify their personal installation of raylib.
2018-08-30 09:42:33 -05:00
1608745312 Added OSX launch configurations for debug and release 2018-08-30 09:40:58 -05:00
166fdbe9c0 Fixed included libs for OSX
This was causing linker errors on OSX
2018-08-30 09:33:41 -05:00
5eded83d68 Added a configuration for OSX
This requires the user to explicitly specify the path to their raylib folder. We need a better way around this (something like what we do for windows would help).
2018-08-30 09:29:37 -05:00
Ray
d999e5a016 Added VSCode project template 2018-07-31 11:26:52 +02:00
Ray
8ae8d3ac78 Reorganized project templates folder 2018-05-10 17:35:02 +02:00