From a448a31cab64ab684a79bb179de7a859f8f9da1a Mon Sep 17 00:00:00 2001 From: Alejandro Sior Date: Sat, 6 Aug 2022 21:26:03 +0200 Subject: cook: add preliminary MSVC C toolchain support It cannot properly create and link against .DLLs yet, the current implementation of it is a hack (using mkextra). Static libraries, executables as well as cc work in a respectable manner. --- test/hai.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/hai.h (limited to 'test/hai.h') diff --git a/test/hai.h b/test/hai.h new file mode 100644 index 0000000..5da3133 --- /dev/null +++ b/test/hai.h @@ -0,0 +1,3 @@ +__declspec(dllexport) +void hai(); +// test \ No newline at end of file -- cgit v1.2.3