Author: wyoung
Date: Tue Apr 17 16:33:41 2007
New Revision: 1536

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1536&view=rev
Log:
Added examples/vstudio to disttree.  (Should have been in there for
2.2.2.)

Modified:
    trunk/mysql++.bkl

Modified: trunk/mysql++.bkl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.bkl?rev=1536&r1=1535&r2=1536&view=diff
==============================================================================
--- trunk/mysql++.bkl (original)
+++ trunk/mysql++.bkl Tue Apr 17 16:33:41 2007
@@ -4,7 +4,8 @@
        <using module="datafiles"/>
        <include file="presets/simple.bkl"/>
 
-       <set var="DBLDOLLAR">$(DOLLAR)$(DOLLAR)</set>
+       <set var="DDD">$(DOLLAR)$(DOLLAR)d</set>
+       <set var="DDF">$(DOLLAR)$(DOLLAR)f</set>
        <set var="AND">&amp;&amp;</set>
        <set var="ZLIB">yes</set>
 
@@ -99,7 +100,7 @@
                                                rm -f 
$(DESTDIR)$(libdir)/$(DLLPREFIX)mysqlpp.$(SO_SUFFIX)
                                        </command>
                                        <command>
-                                               for f in *.h ; do rm -f 
$(HEADER_DIR)/$(DBLDOLLAR)f ; done
+                                               for f in *.h ; do rm -f 
$(HEADER_DIR)/$(DDF) ; done
                                        </command>
                                        <command>rmdir $(HEADER_DIR)</command>
                                </modify-target>
@@ -272,7 +273,7 @@
                <action id="tags">
                        <is-phony/>
                        <command>ctags `pwd`/{examples,lib}/*.{cpp,h}</command>
-                       <command>for d in examples lib ; do cd $(DBLDOLLAR)d ; 
ln -sf ../tags . ; cd .. ; done</command>
+                       <command>for d in examples lib ; do cd $(DDD) ; ln -sf 
../tags . ; cd .. ; done</command>
                </action>
                <action id="ctags"><depends>tags</depends></action>
 
@@ -304,7 +305,7 @@
                        <command>
                                for d in config doc/{.,html}/{refman,userman} 
examples lib ; \
                                do \
-                                       mkdir -p $(PKGNAME)/$(DBLDOLLAR)d ; \
+                                       mkdir -p $(PKGNAME)/$(DDD) \
                                done
                        </command>
 
@@ -329,14 +330,13 @@
                        <command>
                                for f in LICENSE Makefile mktxt README 
*.{dbx,xsl} ; \
                                do \
-                                       cp doc/userman/$(DBLDOLLAR)f 
$(PKGNAME)/doc/userman ; \
+                                       cp doc/userman/$(DDF) 
$(PKGNAME)/doc/userman ; \
                                done
                        </command>
                        <command>
                                for d in refman userman ; do \
                                        for f in *.{css,html} ; do \
-                                               cp 
doc/html/$(DBLDOLLAR)d/$(DBLDOLLAR)f \
-                                                               
$(PKGNAME)/doc/html/$(DBLDOLLAR)d ; \
+                                               cp doc/html/$(DDD)/$(DDF) 
$(PKGNAME)/doc/html/$(DDD) ; \
                                        done ; \
                                done ; \
                                cp doc/html/refman/*.png 
$(PKGNAME)/doc/html/refman
@@ -345,6 +345,14 @@
                        <!-- examples subdir -->
                        <command>
                                cp examples/*.{cpp,h,jpg} $(PKGNAME)/examples
+                       </command>
+                       <command>
+                               for d in mfc wforms \
+                               do \
+                                       mkdir -p 
$(PKGNAME)/examples/vstudio/$(DDD) ; \
+                                       cp 
examples/vstudio/$(DDD)/*.{cpp,h,rc,resX,vcproj} \
+                                               
$(PKGNAME)/examples/vstudio/$(DDD)
+                               done
                        </command>
 
                        <!-- lib subdir -->


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

Reply via email to