X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=cf775274d67af633249720d5c09d13da35cfa659;hb=1150bdce04915bf329bd816307fb2507eba80e15;hp=2ea6579c876669d96f1c4c85e04d36b94b5f4c88;hpb=a8b2caa1d373c84c1b3fc2f615370c2a319051ca;p=rocksndiamonds.git diff --git a/Makefile b/Makefile index 2ea6579c..cf775274 100644 --- a/Makefile +++ b/Makefile @@ -25,9 +25,6 @@ X11_PATH = /usr/X11 # uncomment this if your system has no joystick include file # JOYSTICK = -DNO_JOYSTICK -# uncomment this if your system has no sound -# SOUNDS = -DNO_SOUNDS - # choose if you want to allow many global score file entries for one player # default is 'MANY_PER_NAME' # when installing the game in a multi user environment, choose this @@ -35,8 +32,9 @@ X11_PATH = /usr/X11 # when installing the game in a single user environment, choose this # SCORE_ENTRIES = MANY_PER_NAME -# specify path for cross-compiling (only needed for Win32 build) -CROSS_PATH=/usr/local/cross-tools/i386-mingw32/bin +# specify paths for cross-compiling (only needed for MS-DOS and Win32 build) +CROSS_PATH_MSDOS=/usr/local/cross-msdos/i386-msdosdjgpp +CROSS_PATH_WIN32=/usr/local/cross-tools/i386-mingw32msvc #-----------------------------------------------------------------------------# # you should not need to change anything below # @@ -64,8 +62,11 @@ solaris: msdos: @$(MAKE_CMD) PLATFORM=msdos -win32: - @PATH=$(CROSS_PATH):${PATH} $(MAKE_CMD) PLATFORM=win32 +cross-msdos: + @PATH=$(CROSS_PATH_MSDOS)/bin:${PATH} $(MAKE_CMD) PLATFORM=cross-msdos + +cross-win32: + @PATH=$(CROSS_PATH_WIN32)/bin:${PATH} $(MAKE_CMD) PLATFORM=cross-win32 clean: @$(MAKE_CMD) clean