get rid of backward completely for real

This commit is contained in:
tildearrow 2022-04-18 03:17:11 -05:00
parent 4d6fe8f0ea
commit cc08dd895b
2 changed files with 3 additions and 6 deletions

View File

@ -442,9 +442,9 @@ else()
endif()
if (WIN32)
list(APPEND DEPENDENCIES_LIBRARIES shlwapi imagehlp)
list(APPEND DEPENDENCIES_LIBRARIES shlwapi)
if (NOT MSVC)
list(APPEND DEPENDENCIES_LIBRARIES msvcr90 psapi -static)
list(APPEND DEPENDENCIES_LIBRARIES -static)
endif()
endif()

View File

@ -17,8 +17,6 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "../extern/backward/backward.hpp"
#include <stdio.h>
#include <stdint.h>
#include <string>
@ -242,6 +240,7 @@ void initParams() {
}
// TODO: CoInitializeEx on Windows?
// TODO: add crash log
int main(int argc, char** argv) {
initLog();
#if !(defined(__APPLE__) || defined(_WIN32))
@ -253,8 +252,6 @@ int main(int argc, char** argv) {
outName="";
vgmOutName="";
backward::SignalHandling crashHandler;
initParams();
// parse arguments