Search found 3 matches

by dryeo
Thu Nov 03, 2022 3:22 am
Forum: Programmer's Corner
Topic: Rocks'n'Diamonds on OS/2 revisited
Replies: 5
Views: 5896

Re: Rocks'n'Diamonds on OS/2 revisited

Thought I would post the patch needed to compile current git head, diff --git a/src/Makefile b/src/Makefile index b9a75a6b..3790d225 100644 --- a/src/Makefile +++ b/src/Makefile @@ -81,6 +81,10 @@ MACOSX_DEPLOYMENT_TARGET = $MAC_TARGET_VERSION_MIN endif endif +ifeq ($(shell uname -s),OS/2) # compili...
by dryeo
Sun Nov 29, 2020 3:42 am
Forum: Programmer's Corner
Topic: Rocks'n'Diamonds on OS/2 revisited
Replies: 5
Views: 5896

Re: Rocks'n'Diamonds on OS/2 revisited

Hi dryeo, welcome to the R'n'D forum! :) Hi, had an urge to play Rocks'n'Diamonds on OS/2 (actually ArcaOS), so downloaded the 4.2.0.4 source and with this patch, That's cool! It is a long time ago that I had a package of an OS/2 port of R'n'D on my web site (which was created by somebody else)! (I...
by dryeo
Thu Nov 26, 2020 4:07 am
Forum: Programmer's Corner
Topic: Rocks'n'Diamonds on OS/2 revisited
Replies: 5
Views: 5896

Rocks'n'Diamonds on OS/2 revisited

Hi, had an urge to play Rocks'n'Diamonds on OS/2 (actually ArcaOS), so downloaded the 4.2.0.4 source and with this patch, diff --git a/src/libgame/zip/ioapi.h b/src/libgame/zip/ioapi.h index 0741de44..d8665be5 100644 --- a/src/libgame/zip/ioapi.h +++ b/src/libgame/zip/ioapi.h @@ -33,7 +33,7 @@ # def...