use strawberry perl for 5.14 too and use gendef for def generation

This commit is contained in:
Berke Viktor
2011-12-03 21:44:36 +01:00
parent 6fc7063231
commit 86c43f53a5
7 changed files with 24 additions and 1452 deletions

View File

@@ -14,6 +14,9 @@ perl.def:
perl.obj: perl.c
$(CC) $(CFLAGS) perl.c $(GLIB) /I$(PERL512PATH)\perl\lib\CORE /I.. /DPERL_DLL=\"$(PERL512LIB).dll\"
perl512.def:
gendef $(PERL512PATH)\perl\bin\perl512.dll
$(PERL512LIB).lib: perl512.def
!ifdef X64
lib /machine:x64 /def:perl512.def
@@ -32,6 +35,6 @@ $(TARGET): perl.obj perl.def $(PERL512LIB).lib
clean:
@del $(TARGET)
@del *.obj
@del perl.def
@del *.def
@del *.lib
@del *.exp