Re: [AD] Allegro 4.2.0 beta

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


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),\


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/