This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 422
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Core/Dep/Build: Multiple updates, read following patch notes.
Patch notes: - MySQL Removal. Removal of MySQL from build effects windows users, it decreases the size and build time of the project, also wasn't needed to build the core, nor was the MySQL version compatible with MSVS. * Note: Windows users will now be required to download and install mysql server with headers and libraries. - Fixed MSVS strict build version. We require at least Visual Studio 2017 for windows builds. * NOTE - this is a strict build type. so everyone is on the same page with their building tools, now we all know what version of MSVS everyone is using when asking for assistance, less frustration on our side, and better help to those that would need it. - Updated .gitignore to filter out more useless files I keep seeing, we don't want that in our repo :) - Removed an old project name that was still lingering around. - Added location for new OpenSSL versions. ** Credits to Shauren and Trinity-Core for MySQL removal. Signed-off-by: Bootz <bootz@projectskyfire.org>
- Loading branch information
Showing
286 changed files
with
25 additions
and
198,740 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
|
||
build*/ | ||
Win32*/ | ||
x64*/ | ||
.directory | ||
.mailmap | ||
*.orig | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
5f6233e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Important notice
Non-Visual Studio users, might need boost to build oracle's mysql package,
this was just relayed to me...
the build process for this library is handled outside of our project,
please take the steps required for building their package (wiki, build installation is provided by sources)
check our package list for there site links.