Update of /cvsroot/monetdb/pathfinder/NT
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv26880
Modified Files:
Makefile
Log Message:
Try to overcome differences between Win32 and Win64 with respect to the
location of 32-bit Program Files.
U Makefile
Index: Makefile
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/NT/Makefile,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- Makefile 8 Aug 2008 14:07:33 -0000 1.23
+++ Makefile 3 Aug 2009 10:54:58 -0000 1.24
@@ -29,7 +29,8 @@
!IFDEF BITS32
install-installer:
$(INSTALL) MonetDB4-XQuery\MonetDB4-XQuery-Installer.sln "$(prefix)"
- $(INSTALL) MonetDB4-XQuery\MonetDB4-XQuery-Installer.vdproj "$(prefix)"
+ if exist "C:\Program Files (x86)" C:\cygwin\bin\sed.exe "s/Program
Files/Program Files (x86)/" MonetDB4-XQuery\MonetDB4-XQuery-Installer.vdproj
"$(prefix)\MonetDB4-XQuery-Installer.vdproj"
+ if not exist "C:\Program Files (x86)" $(INSTALL)
MonetDB4-XQuery\MonetDB4-XQuery-Installer.vdproj "$(prefix)"
!ENDIF
!IFDEF BITS64
install-installer:
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins