Author: wyoung
Date: Fri Feb 29 00:38:31 2008
New Revision: 2217

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2217&view=rev
Log:
Better packaging of new VC++ project file subdirs

Modified:
    trunk/mysql++.bkl

Modified: trunk/mysql++.bkl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.bkl?rev=2217&r1=2216&r2=2217&view=diff
==============================================================================
--- trunk/mysql++.bkl (original)
+++ trunk/mysql++.bkl Fri Feb 29 00:38:31 2008
@@ -421,8 +421,16 @@
                 cp -RL *.bat *.txt Bakefiles.bkgen bootstrap ChangeLog \
                                        cleanmf config.guess config.h.in 
config.sub configure* \
                     dtest exrun install-sh libmysqlclient.def Makefile.* \
-                                       mysql++.* vc200[35] osver Wishlist 
$(PKGNAME)
-            </command>
+                                       mysql++.* osver Wishlist $(PKGNAME)
+            </command>
+
+                       <!-- VC++ project file subdirs -->
+                       <command>
+                               for d in vc200? ; do \
+                                       mkdir -p $(PKGNAME)/$(DDD) ; \
+                                       cp $(DDD)/*.{sln,vcproj} 
$(PKGNAME)/$(DDD) ; \
+                               done
+                       </command>
 
             <!-- config subdir -->
             <command>cp config/*.m4 $(PKGNAME)/config</command>


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to