From: Gurusamy Sarathy Date: Thu, 12 Mar 1998 19:26:54 +0000 (+0000) Subject: [asperl] add AS patch#13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a0824163008c006b841cb7ca91d331692d4ba14a;p=p5sagit%2Fp5-mst-13.2.git [asperl] add AS patch#13 p4raw-id: //depot/asperl@807 --- diff --git a/win32/Makefile b/win32/Makefile index 7dd49ab..846f9a8 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -67,7 +67,7 @@ D_CRYPT=define CRYPT_FLAG=-DHAVE_DES_FCRYPT !ENDIF -!IF "$OBJECT)" != "" || "$(PERL_MALLOC)" == "" +!IF "$(OBJECT)" != "" || "$(PERL_MALLOC)" == "" PERL_MALLOC = undef !ENDIF @@ -212,14 +212,14 @@ RCOPY=xcopy /f /r /i /e /d NOOP=@echo NULL= -EXTRA_C = $(EXTRA_C) $(CRYPT_SRC) +EXTRA_SRC = $(EXTRA_SRC) $(CRYPT_SRC) !IF "$(PERL_MALLOC)" == "define" -EXTRA_C = $(EXTRA_C) ..\malloc.c +EXTRA_SRC = $(EXTRA_SRC) ..\malloc.c !ENDIF !IF "$(OBJECT)" == "" -EXTRA_C = $(EXTRA_C) ..\perlio.c +EXTRA_SRC = $(EXTRA_SRC) ..\perlio.c !ENDIF EXTRA_OBJ = $(EXTRA_SRC:.c=.obj)