diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-08-29 15:33:21 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-08-29 15:33:21 +0000 |
commit | ada5fdc537fdb81bea2d772ce51c30c5248a3200 (patch) | |
tree | 596ce96c140dd1ec3e93264efaae270e49c7e1b6 | |
parent | 86f9ea3c2c02eac627c60a1d91b7f74d565d2d2f (diff) |
Minor sample build improvement
git-svn-id: http://pugixml.googlecode.com/svn/trunk@673 99668b35-9821-0410-8761-19e4c4f06640
-rw-r--r-- | Jamfile.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamfile.jam b/Jamfile.jam index 0ca21a4..15a0e63 100644 --- a/Jamfile.jam +++ b/Jamfile.jam @@ -124,7 +124,7 @@ for SAMPLE in [ Glob docs/samples : *.cpp ] CFGFLAGS += -I src ; # build and run sample - local EXECUTABLE = $(CFGBUILD)/samples/$(SAMPLE:S=.exe) ; + local EXECUTABLE = $(CFGBUILD)/samples/$(SAMPLE:B).exe ; local PUGIXML = $(CFGBUILD)/pugixml.lib ; Application $(EXECUTABLE) : $(SAMPLE) : $(CFGFLAGS) : $(PUGIXML) ; |