impeeza

Results 223 comments of impeeza

I wish to know how to do, but my programming skills stops on basic :D

Hello there, I am not the most skilled but was able to compile Windows executable with icon using MSYS the additional steps was: - compile the platform/win32/zelda3.rc using the command...

Another perk I found, the MSYS compilation doesn't copy SDL2.dll to the output folder, but the TCC and VC does.

Humm, I see, then could we use a target section for win and other for linux, something like: ``` ifeq ($(WINDOWS_BUILD),1) else ifeq ($(OS),Windows_NT) WINDOWS_BUILD := 1 else WINDOWS_BUILD :=...

Me neither, will try and ask a friend to test it :D

Well, the next makefile works fine on linux debian 11 and Windows 10/11 (MSYS). Just setup a Virtual machine with debian, and my current MSYS setup, tested several times, make...

Cool, I am looking how to set the prerequisites to compile Windows executable on Windows. windres is one of them. Thanks.

OK, seems you need MSYS on linux, so is not the target, could remove the use of external WINDOWS_BUILD=1 and leave only the code what autodetect windows, so the windows...

Yes could be a better solution. Like the switch one when i will able to compile again try new makefile

The merged PR https://github.com/snesrev/zelda3/pull/164 solve all problems thanks to @hgdagon