make perl version selectable

This commit is contained in:
berkeviktor@aol.com
2010-08-29 04:55:58 +02:00
parent 14eca4536f
commit ae4d71939c
11 changed files with 132 additions and 28 deletions

View File

@@ -3,8 +3,6 @@ all:
@-$(MAKE) /nologo /s /f makefile.mak $@
@cd ..\lua
@-$(MAKE) /nologo /s /f makefile.mak $@
@cd ..\perl
@-$(MAKE) /nologo /s /f makefile.mak $@
@cd ..\python
@-$(MAKE) /nologo /s /f makefile.mak $@
@cd ..\tcl
@@ -23,11 +21,6 @@ clean:
@del lua\*.exp
@del lua\*.lib
@del lua\*.obj
@del perl\*.def
@del perl\*.dll
@del perl\*.exp
@del perl\*.lib
@del perl\*.obj
@del python\*.def
@del python\*.dll
@del python\*.exp