Re: [AD] Allegro 4.2.0 beta |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: alleg-developers@xxxxxxxxxx
- Subject: Re: [AD] Allegro 4.2.0 beta
- From: Elias Pschernig <allefant@xxxxxxxxxx>
- Date: Mon, 4 Apr 2005 18:26:35 +0200
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=XMjtC49bPuxmMQky9oa4vR/aZy3L8VWAVvezeHf0txZtSMwg6Zb679B3SPt3c26yh7Zhl8iOktiE0nG9f6KWbEvt2h44NjuwA5/xgquJpxnEx70vidDDs7z/5puMV9CsruOLlZBXJ5FutDhBlZZ9MvTnmSXVMjZUR6fdSHEBVkM=
I didn't quite follow this thread - but for the .sh, you can simply
use /. No platform which understands \ understands the .sh. Attached
is the patch which made it work for me in msys.
--- makefile.all.2 Mon Apr 4 16:24:58 2005
+++ makefile.all Mon Apr 4 16:25:38 2005
@@ -292,7 +292,7 @@ endif
create-install-dirs:
ifdef UNIX_TOOLS
- misc\mdhelper.sh $(INSTALL_DIRS)
+ misc/mdhelper.sh $(INSTALL_DIRS)
else
define MKDIRS
$(foreach dir,$(INSTALL_DIRS),\