-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed the entire external library pipeline. * Added setup.ps1, a handy powershell script to download, extract and organize ALL external dependencies. * Added makelibs.bat, a shorthand for creating all required .lib files from .dll/.def files in one go. (must be run in VS Developer Command Prompt. * All projects have had their vcxproj files cleaned up. * All configuration combinations are now buildable out of the box!!! (after library setup) * Finalized BUILDING.md build instructions, and removed build instructions previously present in "lib/". * Removed 10 kilotons of dlls just hanging out in the project folders. -- Without those I never would have Identified the issue with the wrong mpg123 library version <3 * Removed some " - Copy" files that had served their purpose. (they served no purpose) * Removed the old Asciifier.cpp and .h files partying the the repository root folder. * Added "assets/" with various previews of each program. Including an Ancient Egyptian version of AsciiArtist before it even had a name (dated around 2010, that shit can't even be run without installing VS 2008 VC++ express for those juicy debug dlls. Thanks past me!)
- Loading branch information
1 parent
bc9ed86
commit 0d5c4f7
Showing
47 changed files
with
861 additions
and
1,286 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,3 +1,7 @@ | ||
# External libraries | ||
lib/*/ | ||
|
||
|
||
# Compiled Object files | ||
*.slo | ||
*.lo | ||
|
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.