Adding argument support to PXML; pnd_run.sh already had it, but PXML did not.
authorskeezix <skeezix@flotsam-vm.(none)>
Tue, 2 Mar 2010 03:38:35 +0000 (22:38 -0500)
committerskeezix <skeezix@flotsam-vm.(none)>
Tue, 2 Mar 2010 03:38:35 +0000 (22:38 -0500)
commitdcb607f8312d117aa5827925a9602ff2363eabf1
tree02234b8e09beae4261115b21173d3f9ec2a47c79
parent9060f8a29919df8e7163e131d24f5c6c50e1e5fb
Adding argument support to PXML; pnd_run.sh already had it, but PXML did not.
In the Exec tag you can now specify args to pass, save you making sh-scripts in the pnd a lot of the time
apps/pnd_run.c
include/pnd_apps.h
include/pnd_discovery.h
include/pnd_pxml.h
include/pnd_pxml_names.h
lib/pnd_apps.c
lib/pnd_desktop.c
lib/pnd_discovery.c
lib/pnd_pxml.c
lib/pnd_tinyxml.cpp
test/discotest.c