aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-08-24 13:54:17 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-08-24 13:54:17 +0200
commit6632d210375a728be9abbee93bcdeb32ce4d8201 (patch)
tree917acde68b9fecb5fa13c088ed8306792ea9c004
parent700a6dee1e9b6a1b5b28bab9dca9d7f9996823f5 (diff)
downloadperl-starter-6632d210375a728be9abbee93bcdeb32ce4d8201.tar.gz
renamed resource script and updated READMEHEADv0.2master
-rw-r--r--Makefile8
-rw-r--r--README.md1
-rw-r--r--kephra.rc (renamed from icon.rc)0
3 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index c5d952a..bcd779d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,9 @@
CC := gcc
RC := windres
-PERL := perl
+#PERL := perl
+PERL := /c/strawberry/perl/bin/perl
+
PERL_CCOPTS := $(shell $(PERL) -MExtUtils::Embed -e ccopts)
#PERL_LDOPTS := $(shell $(PERL) -MExtUtils::Embed -e ldopts)
PERL_LDOPTS := -L/c/strawberry/perl/lib/CORE -lperl510
@@ -15,10 +17,10 @@ all : kephra.exe
starter_xsi.c:
$(PERL) -MExtUtils::Embed -e xsinit -- -o $@
-icon.o : icon.rc kephra_proton.ico kephra.manifest
+kephra.o : kephra.rc kephra_proton.ico kephra.manifest
$(RC) $< $@
-kephra.exe : starter.o starter_xsi.o icon.o
+kephra.exe : starter.o starter_xsi.o kephra.o
$(CC) -o $@ $^ $(LDFLAGS)
clean:
diff --git a/README.md b/README.md
index 0dfb951..b35054c 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,5 @@
## TODO
* display Perl errors in MessageBox
-* link .manifest files as resources into the binary
due to popular demand the starter might evolve into a generic Perl interpreter wrapper with support for reconfiguration without recompilation...
diff --git a/icon.rc b/kephra.rc
index 7e7262c..7e7262c 100644
--- a/icon.rc
+++ b/kephra.rc