View | Details | Raw Unified | Return to issue 11319
Collapse All | Expand All

(-)ado/adopatch.btm (-3 / +3 lines)
Lines 4-12 Link Here
4
REM
4
REM
5
REM   $RCSfile: adopatch.btm,v $
5
REM   $RCSfile: adopatch.btm,v $
6
REM
6
REM
7
REM   $Revision: 1.5 $
7
REM   $Revision: 1.5.40.1 $
8
REM
8
REM
9
REM   last change: $Author: csaba $ $Date: 2000/10/07 16:38:19 $
9
REM   last change: $Author: armin $ $Date: 2002/09/19 12:47:12 $
10
REM
10
REM
11
REM   The Contents of this file are made available subject to the terms of
11
REM   The Contents of this file are made available subject to the terms of
12
REM   either of the following licenses
12
REM   either of the following licenses
Lines 66-72 Link Here
66
66
67
rem *****************  Get the source files and patch them *****************
67
rem *****************  Get the source files and patch them *****************
68
68
69
set _tarball=..\download\AdoCtint.h
69
set _tarball=%PSDK_HOME\Include\AdoCtint.h
70
set _fname=adoctint.h
70
set _fname=adoctint.h
71
71
72
if NOT exist %_tarball goto error
72
if NOT exist %_tarball goto error
(-)ado/makefile.mk (-3 / +8 lines)
Lines 2-10 Link Here
2
#
2
#
3
#   $RCSfile: makefile.mk,v $
3
#   $RCSfile: makefile.mk,v $
4
#
4
#
5
#   $Revision: 1.2 $
5
#   $Revision: 1.2.44.1 $
6
#
6
#
7
#   last change: $Author: csaba.borbola $ $Date: 2000/09/22 14:26:19 $
7
#   last change: $Author: vq $ $Date: 2003/01/13 17:28:17 $
8
#
8
#
9
#   The Contents of this file are made available subject to the terms of
9
#   The Contents of this file are made available subject to the terms of
10
#   either of the following licenses
10
#   either of the following licenses
Lines 62-70 Link Here
62
62
63
63
64
.IF "$(OS)" == "WNT"
64
.IF "$(OS)" == "WNT"
65
.IF "$(USE_SHELL)" == "4nt"
66
patchsuffix=btm
67
.ELSE
68
patchsuffix=sh
69
.ENDIF
65
70
66
patchinf:
71
patchinf:
67
	@+adopatch.btm
72
	@+adopatch.$(patchsuffix)
68
73
69
clean:
74
clean:
70
	@+rm -f patchinf
75
	@+rm -f patchinf
(-)atl/makefile.mk (-3 / +9 lines)
Lines 2-10 Link Here
2
#
2
#
3
#   $RCSfile: makefile.mk,v $
3
#   $RCSfile: makefile.mk,v $
4
#
4
#
5
#   $Revision: 1.2 $
5
#   $Revision: 1.2.44.1 $
6
#
6
#
7
#   last change: $Author: csaba $ $Date: 2000/10/19 12:15:51 $
7
#   last change: $Author: vq $ $Date: 2003/01/13 17:28:13 $
8
#
8
#
9
#   The Contents of this file are made available subject to the terms of
9
#   The Contents of this file are made available subject to the terms of
10
#   either of the following licenses
10
#   either of the following licenses
Lines 62-69 Link Here
62
62
63
63
64
.IF "$(OS)" == "WNT"
64
.IF "$(OS)" == "WNT"
65
.IF "$(USE_SHELL)" == "4nt"
66
patchsuffix=btm
67
.ELSE
68
patchsuffix=sh
69
.ENDIF
70
65
patchinf:
71
patchinf:
66
	@+atlcopy.btm
72
	@+atlcopy.$(patchsuffix)
67
.ELSE
73
.ELSE
68
all:
74
all:
69
	@echo "Nothing to do"
75
	@echo "Nothing to do"
(-)glibc/makefile.mk (-5 / +4 lines)
Lines 2-10 Link Here
2
#
2
#
3
#   $RCSfile: makefile.mk,v $
3
#   $RCSfile: makefile.mk,v $
4
#
4
#
5
#   $Revision: 1.5 $
5
#   $Revision: 1.5.42.1 $
6
#
6
#
7
#   last change: $Author: svesik $ $Date: 2000/11/21 10:22:34 $
7
#   last change: $Author: vq $ $Date: 2003/01/13 17:28:16 $
8
#
8
#
9
#   The Contents of this file are made available subject to the terms of
9
#   The Contents of this file are made available subject to the terms of
10
#   either of the following licenses
10
#   either of the following licenses
Lines 62-71 Link Here
62
62
63
MAKEFILERC=yes
63
MAKEFILERC=yes
64
64
65
.IF "$(OS)" == "WNT"
65
.IF "$(USE_SHELL)" == "4nt"
66
patchsuffix=btm
66
patchsuffix=btm
67
.ENDIF
67
.ELSE
68
.IF "$(GUI)" == "UNX"
69
patchsuffix=sh
68
patchsuffix=sh
70
.ENDIF
69
.ENDIF
71
70

Return to issue 11319