diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-13 17:55:31 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-13 17:55:31 +0200 |
commit | ea2c58c2344f3ed9c4fa01f05119c5a3715ffdaa (patch) | |
tree | 3b289f1b3b2c6682fefb4926ee8d927f64c55760 /plugins/perl | |
parent | 52525478ab1bc9cd68d4ebe70bbce667aa58314d (diff) |
Rename files, delete old windows makefiles
Diffstat (limited to 'plugins/perl')
-rw-r--r-- | plugins/perl/hexchat-perl.html (renamed from plugins/perl/xchat2-perl.html) | 0 | ||||
-rw-r--r-- | plugins/perl/hexchat-perldocs.html (renamed from plugins/perl/xchat2-perldocs.html) | 0 | ||||
-rw-r--r-- | plugins/perl/makefile-512.mak | 40 | ||||
-rw-r--r-- | plugins/perl/makefile-514.mak | 42 |
4 files changed, 0 insertions, 82 deletions
diff --git a/plugins/perl/xchat2-perl.html b/plugins/perl/hexchat-perl.html index 6092047e..6092047e 100644 --- a/plugins/perl/xchat2-perl.html +++ b/plugins/perl/hexchat-perl.html diff --git a/plugins/perl/xchat2-perldocs.html b/plugins/perl/hexchat-perldocs.html index 10d8f314..10d8f314 100644 --- a/plugins/perl/xchat2-perldocs.html +++ b/plugins/perl/hexchat-perldocs.html diff --git a/plugins/perl/makefile-512.mak b/plugins/perl/makefile-512.mak deleted file mode 100644 index 7f2fbe04..00000000 --- a/plugins/perl/makefile-512.mak +++ /dev/null @@ -1,40 +0,0 @@ -include "..\..\src\makeinc.mak" - -DIRENTLIB = ..\..\src\common\dirent-win32.lib -TARGET = $(PERL512OUTPUT) - -all: $(TARGET) - -perl.def: - echo EXPORTS > perl.def - echo xchat_plugin_init >> perl.def - echo xchat_plugin_deinit >> perl.def - echo xchat_plugin_get_info >> 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 /nologo /machine:x64 /def:perl512.def -!else - lib /nologo /machine:x86 /def:perl512.def -!endif - -perl.c: xchat.pm.h - -xchat.pm.h: lib/Xchat.pm lib/IRC.pm - perl.exe generate_header - -$(TARGET): perl.obj perl.def $(PERL512LIB).lib - $(LINK) /DLL /out:$(TARGET) perl.obj $(LDFLAGS) $(PERL512LIB).lib /delayload:$(PERL512LIB).dll $(DIRENTLIB) delayimp.lib user32.lib shell32.lib advapi32.lib /def:perl.def - -clean: - @del $(TARGET) - @del *.obj - @del *.def - @del *.lib - @del *.exp diff --git a/plugins/perl/makefile-514.mak b/plugins/perl/makefile-514.mak deleted file mode 100644 index 4c8d0ebd..00000000 --- a/plugins/perl/makefile-514.mak +++ /dev/null @@ -1,42 +0,0 @@ -include "..\..\src\makeinc.mak" - -DIRENTLIB = ..\..\src\common\dirent-win32.lib -TARGET = $(PERL514OUTPUT) - -all: $(TARGET) - -perl.def: - echo EXPORTS > perl.def - echo xchat_plugin_init >> perl.def - echo xchat_plugin_deinit >> perl.def - echo xchat_plugin_get_info >> perl.def - -# MSVC only supports __inline, while GCC only supports __inline__. This is defined incorretly -# in lib\CORE\config.h in Strawberry Perl, see #define PERL_STATIC_INLINE static __inline__ -perl.obj: perl.c - $(CC) $(CFLAGS) perl.c $(GLIB) /I$(PERL514PATH)\perl\lib\CORE /I.. /DPERL_DLL=\"$(PERL514LIB).dll\" /D__inline__=__inline - -perl514.def: - gendef $(PERL514PATH)\perl\bin\perl514.dll - -$(PERL514LIB).lib: perl514.def -!ifdef X64 - lib /nologo /machine:x64 /def:perl514.def -!else - lib /nologo /machine:x86 /def:perl514.def -!endif - -perl.c: xchat.pm.h - -xchat.pm.h: lib/Xchat.pm lib/IRC.pm - perl.exe generate_header - -$(TARGET): perl.obj perl.def $(PERL514LIB).lib - $(LINK) /DLL /out:$(TARGET) perl.obj $(LDFLAGS) $(PERL514LIB).lib /delayload:$(PERL514LIB).dll $(DIRENTLIB) delayimp.lib user32.lib shell32.lib advapi32.lib /def:perl.def - -clean: - @del $(TARGET) - @del *.obj - @del *.def - @del *.lib - @del *.exp |