Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jp7677/dxvk-nvapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Peters <jp7677@gmail.com>2019-08-26 20:55:47 +0300
committerJens Peters <jp7677@gmail.com>2019-08-26 20:55:47 +0300
commit10247c5d0f2f64a177fe93b29f4528278ac87930 (patch)
tree9e876fa7e93364873962a05249389879006e3268 /build-win64.txt
parentc2512eb247596fbc67aa6d58818e86e8432f3ed7 (diff)
Initial implemenation.
Advertises depth bounds test only.
Diffstat (limited to 'build-win64.txt')
-rw-r--r--build-win64.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/build-win64.txt b/build-win64.txt
new file mode 100644
index 0000000..29a9cac
--- /dev/null
+++ b/build-win64.txt
@@ -0,0 +1,16 @@
+[binaries]
+c = 'x86_64-w64-mingw32-gcc'
+cpp = 'x86_64-w64-mingw32-g++'
+ar = 'x86_64-w64-mingw32-ar'
+strip = 'x86_64-w64-mingw32-strip'
+
+[properties]
+c_link_args = ['-static', '-static-libgcc']
+cpp_link_args = ['-static', '-static-libgcc', '-static-libstdc++']
+needs_exe_wrapper = true
+
+[host_machine]
+system = 'windows'
+cpu_family = 'x86_64'
+cpu = 'x86_64'
+endian = 'little' \ No newline at end of file