From af07d2d7bf5bb38aa3bdf43754711a57df4b7cc2 Mon Sep 17 00:00:00 2001 From: = Date: Sat, 11 Jan 2025 01:10:57 -0500 Subject: [PATCH] Remove dxcomiler dlls and whatnot. --- Data.qrc | 3 --- FastFile_WaW.pro | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Data.qrc b/Data.qrc index ef1b2c8..0325361 100644 --- a/Data.qrc +++ b/Data.qrc @@ -21,7 +21,4 @@ data/d3dbsp/asset_viewer.d3dbsp data/d3dbsp/barebones.d3dbsp - - data/dlls/dxcompiler.dll - diff --git a/FastFile_WaW.pro b/FastFile_WaW.pro index 9a488b9..c155886 100644 --- a/FastFile_WaW.pro +++ b/FastFile_WaW.pro @@ -4,9 +4,9 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets CONFIG += c++17 -INCLUDEPATH += "C:/Program Files (x86)/Windows Kits/10/Include/10.0.26100.0/um" -LIBS += -L"C:/Program Files (x86)/Windows Kits/10/Lib/10.0.26100.0/um/x64" \ - -ldxcompiler +# INCLUDEPATH += "C:/Program Files (x86)/Windows Kits/10/Include/10.0.26100.0/um" +# LIBS += -L"C:/Program Files (x86)/Windows Kits/10/Lib/10.0.26100.0/um/x64" \ +# -ldxcompiler # You can make your code fail to compile if it uses deprecated APIs. # In order to do so, uncomment the following line.