Skip to content
Snippets Groups Projects
Commit ada5fdc5 authored by arseny.kapoulkine's avatar arseny.kapoulkine
Browse files

Minor sample build improvement

git-svn-id: http://pugixml.googlecode.com/svn/trunk@673 99668b35-9821-0410-8761-19e4c4f06640
parent 86f9ea3c
No related branches found
No related tags found
No related merge requests found
...@@ -124,7 +124,7 @@ for SAMPLE in [ Glob docs/samples : *.cpp ] ...@@ -124,7 +124,7 @@ for SAMPLE in [ Glob docs/samples : *.cpp ]
CFGFLAGS += -I src ; CFGFLAGS += -I src ;
# build and run sample # build and run sample
local EXECUTABLE = $(CFGBUILD)/samples/$(SAMPLE:S=.exe) ; local EXECUTABLE = $(CFGBUILD)/samples/$(SAMPLE:B).exe ;
local PUGIXML = $(CFGBUILD)/pugixml.lib ; local PUGIXML = $(CFGBUILD)/pugixml.lib ;
Application $(EXECUTABLE) : $(SAMPLE) : $(CFGFLAGS) : $(PUGIXML) ; Application $(EXECUTABLE) : $(SAMPLE) : $(CFGFLAGS) : $(PUGIXML) ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment