comparison config.bat @ 109418:6e96aca307a4

Merge from mainline.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sun, 27 Jun 2010 22:48:36 +0000
parents ca8db3772b39
children f6c3d41e8113
comparison
equal deleted inserted replaced
109417:338717febe80 109418:6e96aca307a4
189 rem On my system dir.h gets in the way. It's a VMS file so who cares. 189 rem On my system dir.h gets in the way. It's a VMS file so who cares.
190 if exist dir.h ren dir.h vmsdir.h 190 if exist dir.h ren dir.h vmsdir.h
191 191
192 rem Create "makefile" from "makefile.in". 192 rem Create "makefile" from "makefile.in".
193 rm -f Makefile makefile.tmp 193 rm -f Makefile makefile.tmp
194 copy Makefile.in + deps.mk makefile.tmp 194 copy Makefile.in+deps.mk makefile.tmp
195 sed -f ../msdos/sed1v2.inp <makefile.tmp >Makefile 195 sed -f ../msdos/sed1v2.inp <makefile.tmp >Makefile
196 rm -f makefile.tmp 196 rm -f makefile.tmp
197 197
198 if "%X11%" == "" goto src5 198 if "%X11%" == "" goto src5
199 mv Makefile makefile.tmp 199 mv Makefile makefile.tmp