Minor sample build improvement
git-svn-id: http://pugixml.googlecode.com/svn/trunk@673 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
86f9ea3c2c
commit
ada5fdc537
@ -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) ;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user