Open orcmid opened 1 year ago
This might not be so workable. The problem has to do with headers. Wherever the libs are parked, headers for them need to be accessible from code in src\
being compiled. If they are replicated in src
they will be picked up properly. The libs might as well be there too. Or there could be src\lib\ with the libraries.
I need to sort this out. It has to be the easiest with regard to include search and lib search.
This might be best deferred to 1.0.0 or even 1.1.0.
I am going to change this into a documentation project. I'll not be doing any examples that involve foreign *.lib
files and related *.h
files. This can show up in D211101b/c. It is not much requirement for 0.1.0 and might be mostly waved at in a section on modifications. The biggest concern for such mods and the related files is on a VCrayApp update. That needs to be emphasized.
Pre-built *.lib files can be included so long as they, and the related headers, are all compatible with the options used for the raylib cache and compiles made with VCrayApp. This is an advanced topic.