Index: ado/ado.pat.tar.gz =================================================================== RCS file: /cvs/util/external/ado/ado.pat.tar.gz,v retrieving revision 1.1 retrieving revision 1.1.40.1 diff -u -r1.1 -r1.1.40.1 Binary files /tmp/cvsRDaGsb and /tmp/cvsSDaGsb differ Index: ado/adopatch.btm =================================================================== RCS file: /cvs/util/external/ado/adopatch.btm,v retrieving revision 1.5 retrieving revision 1.5.40.1 diff -u -r1.5 -r1.5.40.1 --- ado/adopatch.btm 7 Oct 2000 16:38:19 -0000 1.5 +++ ado/adopatch.btm 19 Sep 2002 12:47:12 -0000 1.5.40.1 @@ -4,9 +4,9 @@ REM REM $RCSfile: adopatch.btm,v $ REM -REM $Revision: 1.5 $ +REM $Revision: 1.5.40.1 $ REM -REM last change: $Author: csaba $ $Date: 2000/10/07 16:38:19 $ +REM last change: $Author: armin $ $Date: 2002/09/19 12:47:12 $ REM REM The Contents of this file are made available subject to the terms of REM either of the following licenses @@ -66,7 +66,7 @@ rem ***************** Get the source files and patch them ***************** -set _tarball=..\download\AdoCtint.h +set _tarball=%PSDK_HOME\Include\AdoCtint.h set _fname=adoctint.h if NOT exist %_tarball goto error Index: ado/makefile.mk =================================================================== RCS file: /cvs/util/external/ado/makefile.mk,v retrieving revision 1.2 retrieving revision 1.2.44.1 diff -u -r1.2 -r1.2.44.1 --- ado/makefile.mk 22 Sep 2000 14:26:19 -0000 1.2 +++ ado/makefile.mk 13 Jan 2003 17:28:17 -0000 1.2.44.1 @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.2.44.1 $ # -# last change: $Author: csaba.borbola $ $Date: 2000/09/22 14:26:19 $ +# last change: $Author: vq $ $Date: 2003/01/13 17:28:17 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -62,9 +62,14 @@ .IF "$(OS)" == "WNT" +.IF "$(USE_SHELL)" == "4nt" +patchsuffix=btm +.ELSE +patchsuffix=sh +.ENDIF patchinf: - @+adopatch.btm + @+adopatch.$(patchsuffix) clean: @+rm -f patchinf Index: atl/makefile.mk =================================================================== RCS file: /cvs/util/external/atl/makefile.mk,v retrieving revision 1.2 retrieving revision 1.2.44.1 diff -u -r1.2 -r1.2.44.1 --- atl/makefile.mk 19 Oct 2000 12:15:51 -0000 1.2 +++ atl/makefile.mk 13 Jan 2003 17:28:13 -0000 1.2.44.1 @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.2.44.1 $ # -# last change: $Author: csaba $ $Date: 2000/10/19 12:15:51 $ +# last change: $Author: vq $ $Date: 2003/01/13 17:28:13 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -62,8 +62,14 @@ .IF "$(OS)" == "WNT" +.IF "$(USE_SHELL)" == "4nt" +patchsuffix=btm +.ELSE +patchsuffix=sh +.ENDIF + patchinf: - @+atlcopy.btm + @+atlcopy.$(patchsuffix) .ELSE all: @echo "Nothing to do" Index: glibc/makefile.mk =================================================================== RCS file: /cvs/util/external/glibc/makefile.mk,v retrieving revision 1.5 retrieving revision 1.5.42.1 diff -u -r1.5 -r1.5.42.1 --- glibc/makefile.mk 21 Nov 2000 10:22:34 -0000 1.5 +++ glibc/makefile.mk 13 Jan 2003 17:28:16 -0000 1.5.42.1 @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.5.42.1 $ # -# last change: $Author: svesik $ $Date: 2000/11/21 10:22:34 $ +# last change: $Author: vq $ $Date: 2003/01/13 17:28:16 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -62,10 +62,9 @@ MAKEFILERC=yes -.IF "$(OS)" == "WNT" +.IF "$(USE_SHELL)" == "4nt" patchsuffix=btm -.ENDIF -.IF "$(GUI)" == "UNX" +.ELSE patchsuffix=sh .ENDIF