Update of /cvsroot/monetdb/geom/NT
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv26803

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/geom/NT/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile    15 Dec 2008 14:11:51 -0000      1.10
+++ Makefile    3 Aug 2009 10:54:37 -0000       1.11
@@ -28,7 +28,8 @@
 !IFDEF BITS32
 install-m5installer:
        $(INSTALL) MonetDB5-Geom\MonetDB5-Geom-Module.sln "$(prefix)"
-       $(INSTALL) MonetDB5-Geom\MonetDB5-Geom-Module.vdproj "$(prefix)"
+       if exist "C:\Program Files (x86)" C:\cygwin\bin\sed.exe "s/Program 
Files/Program Files (x86)/" MonetDB5-Geom\MonetDB5-Geom-Module.vdproj > 
"$(prefix)\MonetDB5-Geom-Module.vdproj"
+       if not exist "C:\Program Files (x86)" $(INSTALL) 
MonetDB5-Geom\MonetDB5-Geom-Module.vdproj "$(prefix)"
 !ENDIF
 
 !IFDEF BITS64


------------------------------------------------------------------------------
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-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to