X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2FMakefile;fp=src%2FMakefile;h=899bab0fb18506cb8d15e185bc42e5f48dd48ff6;hp=192186e02118d4d413520023eac3aca57a4e92d7;hb=2d2f81c45b014c5319f864c113c399b83c126333;hpb=ad76fa15e8184723baecf1fb34cf9a2c497fe772 diff --git a/src/Makefile b/src/Makefile index 192186e0..899bab0f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -82,6 +82,11 @@ MACOSX_DEPLOYMENT_TARGET = $MAC_TARGET_VERSION_MIN endif endif +ifeq ($(shell uname -s),OS/2) # compiling on OS/2 +PROGNAME = ../$(PROGBASE).exe +EXTRA_LDFLAGS = -Zomf -Zbin-files -Zmap -lcx -Zhigh-mem +endif + # ----------------------------------------------------------------------------- # configuring target