JDSherbert / Sherbert-Engine

Custom game engine written in C++ and implementing various middleware.
MIT License
4 stars 3 forks source link

DLLs folder and files #17

Closed VerzatileDev closed 9 months ago

VerzatileDev commented 9 months ago

Purpose

The following is an update for the previous Pull-Request, please see the following https://github.com/JDSherbert/Sherbert-Engine/pull/16 before merging!!

The change is the specific a directory specific to the required DLL files that the project Requires.

Preparation for including DLLs into the root directory of the build with Build-Events when it is being created. See the following as an example https://github.com/VerzatileDevOrg/VS.DLLinFolder and solves the issue for the following https://github.com/JDSherbert/Sherbert-Engine/issues/11

Notice

The DLLs of Debug and Release did not seem to be specific to the version so only one version from the debug is included for the DLLs folder.