diff --git a/src/Config_ZigWindows.cake b/src/Config_ZigWindows.cake new file mode 100644 index 0000000..29d7f4d --- /dev/null +++ b/src/Config_ZigWindows.cake @@ -0,0 +1,4 @@ +(add-build-options "-target x86_64-windows-gnu") +;; (add-compiler-link-options "-target x86_64-windows-gnu") + +(comptime-define-symbol 'Windows) diff --git a/test/src/GameLibTests.cake b/test/src/GameLibTests.cake index f7ba21f..2477f28 100644 --- a/test/src/GameLibTests.cake +++ b/test/src/GameLibTests.cake @@ -49,7 +49,7 @@ (gamelib-run-test "Auto Test (somewhat minimal)" (array platform-config - "../src/Config_ZigCompile.cake" + "../src/Config_ZigCompile.cake" "../src/Config_ZigWindows.cake" "../src/AutoTest.cake" "../src/Introspection.cake" "../src/Dictionary.cake" "../src/DynamicArray.cake" "../src/TaskSystem.cake" "../src/Image.cake" "../src/DataBundle.cake")))