diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2009-11-06 08:19:13 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2009-11-06 08:19:13 +0000 |
commit | d7a296cdc07bdf14d4b77863f4a9cc2ade9106f7 (patch) | |
tree | 5e795944842f13816aac7c1ec73518e8c7b5f4ab /odk/util/makefile.mk | |
parent | 40487924f7f7e60fdc353b0cffd9178155387831 (diff) |
#i106664# minor changes for building the sample
Diffstat (limited to 'odk/util/makefile.mk')
-rw-r--r-- | odk/util/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/util/makefile.mk b/odk/util/makefile.mk index 33f918b4bb4f..1143d719138e 100644 --- a/odk/util/makefile.mk +++ b/odk/util/makefile.mk @@ -11,7 +11,7 @@ TARGET=odk ZIP1TARGET=odkexamples ZIP1FLAGS=-u -r ZIP1DIR=$(PRJ) -ZIP1LIST=examples -x "*.svn*" -x "*CVS*" -x "*makefile.mk" -x "*Inspector*" -x "*Container1*" -x "*Storage*" -x "*register_component*" -x "*examples.html" -x "*ConverterServlet*" -x "*NotesAccess*" +ZIP1LIST=examples -x "*.svn*" -x "*CVS*" -x "*makefile.mk" -x "*Inspector*" -x "*Container1*" -x "*Storage*" -x "*register_component*" -x "*examples.html" -x "*ConverterServlet*" -x "*NotesAccess*" -x "*delphi" .ENDIF |