gnustep / tools-windows-msvc

Objective-C on Windows using Clang and GNUstep.
MIT License
42 stars 10 forks source link

Provide a way to quickly print the SDK versions #40

Open hmelder opened 7 months ago

hmelder commented 7 months ago

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.)

hmelder commented 7 months ago

objcfetch (homage to neofetch)

triplef commented 7 months ago

Good idea. tools-android does something along these lines where it writes a build.txt containing the commit hashes of all projects that were build. I never got around of doing something similar here mainly because of everything being more difficult in Batch...

hmelder commented 7 months ago

everything being more difficult in Batch...

Well, then let's write it in {Objective-}C ^^