tools-windows-msvc
tools-windows-msvc copied to clipboard
Objective-C on Windows using Clang and GNUstep.
README suggests arm64 is supported, maybe publish a release that includes this arch?
Add cairo backend
When opening an issue related to the Windows SDK, it might be useful to have a command which prints out the versions of all subcomponents (libobjc2, libffi, libcurl, gnustep-make, etc.)
#31 added support for a "headless" GUI backend, which @qmfrederik explained [here](https://github.com/gnustep/tools-windows-msvc/pull/31#issuecomment-1743625579): > The headless backend allows you to use gui components without having them actually render anything to your...
We are currently pulling libdispatch master instead of checking out a release which is connected to the latest swift release. https://github.com/apple/swift-corelibs-libdispatch/issues/800
Building this file ``` #import int main() { @try { } @catch (NSException* e) { } @finally { }; return 0; } ``` with 09/12 toolchain ``` clang-cl -I C:\GNUstep\x64\Debug\include...
This project is awesome! This isn't really an issue but a _question_ (I apologize if this isn't the place to ask) but... I was wondering if anyone has gotten this...