aboutsummaryrefslogtreecommitdiffstats
path: root/Game
diff options
context:
space:
mode:
authorwesleyprofox <wesleyprofox@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-01-08 15:35:46 +0000
committerwesleyprofox <wesleyprofox@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-01-08 15:35:46 +0000
commit269105ab3d8c4cad1d1f6156850b893d8ed24390 (patch)
tree2be81e2a80a35659acfb328edd45b307683f8519 /Game
parent803a451d8addfe84c6b7f34a691357db0b432baf (diff)
downloadusdx-269105ab3d8c4cad1d1f6156850b893d8ed24390.tar.gz
usdx-269105ab3d8c4cad1d1f6156850b893d8ed24390.tar.xz
usdx-269105ab3d8c4cad1d1f6156850b893d8ed24390.zip
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
Diffstat (limited to 'Game')
-rw-r--r--Game/Code/Makefile2
-rwxr-xr-xGame/Code/lazres-UltraStar.sh2
2 files changed, 2 insertions, 2 deletions
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
diff --git a/Game/Code/lazres-UltraStar.sh b/Game/Code/lazres-UltraStar.sh
index 603ec4be..bd3f130d 100755
--- a/Game/Code/lazres-UltraStar.sh
+++ b/Game/Code/lazres-UltraStar.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
##
# Creates an .lrs resource-file.