From 0b531c243654139e70b59d445a9a682ed8372126 Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Fri, 4 Feb 2005 03:40:16 +0000 Subject: [PATCH] By annoying bordering on moronic demand, added win32-unix-shell. --- zsnes/src/makefile.ms | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zsnes/src/makefile.ms b/zsnes/src/makefile.ms index f01a18f3..4b30f4fb 100644 --- a/zsnes/src/makefile.ms +++ b/zsnes/src/makefile.ms @@ -56,6 +56,11 @@ ifeq ($(PLATFORM),dos) OS=__MSDOS__ endif +ifeq ($(PLATFORM),win32-unix-shell) + PLATFORM=win32 + CROSS=yes +endif + ifeq ($(PLATFORM),win32) CC = gcc CPPC = g++