]> git.saurik.com Git - wxWidgets.git/commitdiff
added wxArtProvider sample (not yet finished)
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 25 Mar 2002 23:28:07 +0000 (23:28 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 25 Mar 2002 23:28:07 +0000 (23:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/configure
samples/configure.in
samples/makefile.b32
samples/makefile.dos
samples/makefile.g95
samples/makefile.vc
samples/samples.dsw

index 602f6a1054c21d9784fbe58e91b537d898a48ba9..e463f949e63c459d43a43ba0724a2244eb48f2f8 100755 (executable)
@@ -652,6 +652,7 @@ ac_given_srcdir=$srcdir
 
 trap 'rm -fr `echo "
             Makefile
+            artprov/Makefile
             caret/Makefile
             calendar/Makefile
             checklst/Makefile
@@ -801,6 +802,7 @@ EOF
 cat >> $CONFIG_STATUS <<EOF
 
 CONFIG_FILES=\${CONFIG_FILES-"Makefile
+            artprov/Makefile
             caret/Makefile
             calendar/Makefile
             checklst/Makefile
index dba162606c226f655d513c288e487a8ebe6e0b47..b20d8f454ade9cb205acc4a0db0b519173dd509e 100644 (file)
@@ -20,6 +20,7 @@ AC_SUBST(WX_TARGET_LIBRARY_GL)
 
 AC_OUTPUT([
             Makefile
+            artprov/Makefile
             caret/Makefile
             calendar/Makefile
             checklst/Makefile
index 8abf6fb57715332397006e6b6018401924839763..1ea9ea55d08b02c8123baa5050408dc59195f69d 100644 (file)
@@ -35,6 +35,8 @@ ODBCSETUP=
 # Please keep samples list up-to-date, in alphabetical order
 # not alphabetically organised ; 29 Nov 01
 all:
+        cd $(WXDIR)\samples\artprov
+        make -f makefile.b32 FINAL=$(FINAL) WXUSINGDLL=$(WXUSINGDLL)
         cd $(WXDIR)\samples\calendar
         make -f makefile.b32 FINAL=$(FINAL) WXUSINGDLL=$(WXUSINGDLL)
         cd $(WXDIR)\samples\caret
index 2329f029b34529458af044a9c1e72fafe3c61a94..6644d393002a7f5debb2e12cca33e7fb0ec62e1e 100644 (file)
@@ -32,6 +32,8 @@ COMPIL=1
 # Please keep samples list up-to-date, in alphabetical order
 #
 all:
+        cd $(WXDIR)\samples\artprov
+        nmake -f makefile.dos FINAL=$(FINAL)
         cd $(WXDIR)\samples\bombs
         nmake -f makefile.dos FINAL=$(FINAL)
         cd $(WXDIR)\samples\caret
index 4dc0659cc438a76a67eb0c0262f673f87d0c15f9..53dfdabefdcf50cfadf58d251c54cc5bb33f58cc 100644 (file)
@@ -24,6 +24,7 @@ CMDLINE=-f $(MAKEFILE) $(MAKEFLAGS)
 # keep track.
 
 all clean:
+       -$(MAKE) -C artprov $(CMDLINE) $@
        -$(MAKE) -C calendar $(CMDLINE) $@
        -$(MAKE) -C caret $(CMDLINE) $@
        -$(MAKE) -C checklst $(CMDLINE) $@
index aef0d99c4dc840aa53775f4b282bc25a801b3926..23e878a2e38791c60d6bd12c83688a8c7ac22a71 100644 (file)
@@ -36,6 +36,8 @@ MAKEFLAGS=FINAL=$(FINAL) UNICODE=$(UNICODE) WXUSINGDLL=$(WXUSINGDLL)
 # Please keep samples list up-to-date, in alphabetical order
 #
 all:
+        cd $(WXDIR)\samples\artprov
+        nmake -f makefile.vc $(MAKEFLAGS)
         cd $(WXDIR)\samples\calendar
         nmake -f makefile.vc $(MAKEFLAGS)
         cd $(WXDIR)\samples\caret
index 69d3efb6e91e1e75b1567837975937664594edf1..88a2c4219d8a253ac6bee8e8f4da8c2119f0b90a 100644 (file)
@@ -15,6 +15,18 @@ Package=<4>
 
 ###############################################################################
 
+Project: "artprov"=.\artprov\artprov.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
 Project: "caret"=.\caret\caret.dsp - Package Owner=<4>
 
 Package=<5>