Build Randomizer in current directory

This commit is contained in:
noryb009
2013-12-07 08:10:53 -05:00
parent 2e73f49b66
commit 677d745877
2 changed files with 9 additions and 9 deletions

View File

@@ -1,19 +1,19 @@
From f826308b984f415dce6680aad5e15e6a1795f7f3 Mon Sep 17 00:00:00 2001
From 24da7eed9c8cd793d4f873100584b70ea11d4458 Mon Sep 17 00:00:00 2001
From: Luke <noryb009@gmail.com>
Date: Fri, 6 Dec 2013 00:19:26 +0000
Date: Sat, 7 Dec 2013 13:04:48 +0000
Subject: [PATCH] Add makefile
---
src/makefile | 126 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 126 insertions(+)
src/makefile | 128 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 128 insertions(+)
create mode 100644 src/makefile
diff --git a/src/makefile b/src/makefile
new file mode 100644
index 0000000..18dfc48
index 0000000..c6df5ad
--- /dev/null
+++ b/src/makefile
@@ -0,0 +1,126 @@
@@ -0,0 +1,128 @@
+## BeOS Generic Makefile v2.3 ##
+
+## Fill in this file to specify the project being created, and the referenced
@@ -138,6 +138,8 @@ index 0000000..18dfc48
+# /dev/video/usb when loaded. Default is "misc".
+DRIVER_PATH =
+
+TARGET_DIR = .
+
+## include the makefile-engine
+include $(BUILDHOME)/etc/makefile-engine
--

View File

@@ -46,9 +46,7 @@ BUILD()
INSTALL()
{
cd src
architecture=${buildArchitecture/_/-}
mkdir -p $appsDir
cp objects.$architecture-release/Randomizer $appsDir
cp src/Randomizer $appsDir
addAppDeskbarSymlink $appsDir/Randomizer
}