From 269105ab3d8c4cad1d1f6156850b893d8ed24390 Mon Sep 17 00:00:00 2001 From: wesleyprofox Date: Tue, 8 Jan 2008 15:35:46 +0000 Subject: Use /bin/bash to execute lazres-UltraStar.sh as a temporary solution to be able to compile the resources (better solution would be to make the script fully POSIX-compliant) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@761 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Game/Code/Makefile') diff --git a/Game/Code/Makefile b/Game/Code/Makefile index fcf534cd..85f7ae67 100644 --- a/Game/Code/Makefile +++ b/Game/Code/Makefile @@ -64,6 +64,6 @@ clean_obj: clean_res: rm -f UltraStar.lrs link.res UltraStar.lrs: UltraStar.rc - sh lazres-UltraStar.sh + ./lazres-UltraStar.sh .PHONY: all resource ultrastar install clean distclean clean_obj clean_res -- cgit v1.2.3