diff options
author | geronimo <geronimo013@gmx.de> | 2012-08-02 08:07:59 +0200 |
---|---|---|
committer | geronimo <geronimo013@gmx.de> | 2012-08-02 08:07:59 +0200 |
commit | adb7d83292e1502ca7c21a123b104412cb22d160 (patch) | |
tree | ecb448802df0d35f1c3289c4f0e7c246ee5c021a /cmps/nbproject | |
parent | 5416f2e39cfedc474c87e0a3eeff067fbb25dceb (diff) | |
download | cmp-adb7d83292e1502ca7c21a123b104412cb22d160.tar.gz cmp-adb7d83292e1502ca7c21a123b104412cb22d160.tar.bz2 |
worked out processing of some meta data, extended json list elements
Diffstat (limited to 'cmps/nbproject')
-rw-r--r-- | cmps/nbproject/configurations.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/cmps/nbproject/configurations.xml b/cmps/nbproject/configurations.xml index 8f12212..de3675f 100644 --- a/cmps/nbproject/configurations.xml +++ b/cmps/nbproject/configurations.xml @@ -341,6 +341,21 @@ <output>${TESTDIR}/TestFiles/stringBuilderTest</output> </linkerTool> </folder> + <folder path="TestFiles/f8"> + <cTool> + <incDir> + <pElem>.</pElem> + </incDir> + </cTool> + <ccTool> + <incDir> + <pElem>.</pElem> + </incDir> + </ccTool> + <linkerTool> + <output>${TESTDIR}/TestFiles/f8</output> + </linkerTool> + </folder> </conf> <conf name="Release" type="1"> <toolsSet> |