From 6632d210375a728be9abbee93bcdeb32ce4d8201 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 24 Aug 2012 13:54:17 +0200 Subject: renamed resource script and updated README --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Makefile') 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: -- cgit v1.2.3