1 <?xml version="1.0" encoding="UTF-8"?>
   2 <configurationDescriptor version="100">
   3   <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
   4     <df root="../.." name="0">
   5     </df>
   6     <logicalFolder name="ExternalFiles"
   7                    displayName="Important Files"
   8                    projectFiles="false"
   9                    kind="IMPORTANT_FILES_FOLDER">
  10       <itemPath>../../Makefile</itemPath>
  11     </logicalFolder>
  12   </logicalFolder>
  13   <sourceFolderFilter>^(nbproject|build)$</sourceFolderFilter>
  14   <sourceRootList>
  15     <Elem>../..</Elem>
  16   </sourceRootList>
  17   <projectmakefile>../../Makefile</projectmakefile>
  18   <confs>
  19     <conf name="Mac_64" type="0">
  20       <makefileType>
  21         <makeTool>
  22           <buildCommandWorkingDir>../..</buildCommandWorkingDir>
  23           <buildCommand>${MAKE} -f Makefile images</buildCommand>
  24           <cleanCommand>${MAKE} -f Makefile clean</cleanCommand>
  25         </makeTool>
  26         <preBuild>
  27           <preBuildCommandWorkingDir>../..</preBuildCommandWorkingDir>
  28           <preBuildCommand>sh configure --with-debug-level=slowdebug</preBuildCommand>
  29         </preBuild>
  30       </makefileType>
  31     </conf>
  32     <conf name="Linux_64" type="0">
  33       <makefileType>
  34         <makeTool>
  35           <buildCommandWorkingDir>../..</buildCommandWorkingDir>
  36           <buildCommand>${MAKE} -f Makefile images</buildCommand>
  37           <cleanCommand>${MAKE} -f Makefile clean</cleanCommand>
  38         </makeTool>
  39         <preBuild>
  40           <preBuildCommandWorkingDir>../..</preBuildCommandWorkingDir>
  41           <preBuildCommand>sh configure --with-debug-level=slowdebug</preBuildCommand>
  42         </preBuild>
  43       </makefileType>
  44     </conf>
  45     <conf name="Windws64" type="0">
  46       <makefileType>
  47         <makeTool>
  48           <buildCommandWorkingDir>../../../output</buildCommandWorkingDir>
  49           <buildCommand>make images</buildCommand>
  50           <cleanCommand>make clean</cleanCommand>
  51           <executablePath></executablePath>
  52         </makeTool>
  53         <preBuild>
  54           <preBuildCommandWorkingDir>../../../output</preBuildCommandWorkingDir>
  55           <preBuildCommand></preBuildCommand>
  56           <preBuildFirst>true</preBuildFirst>
  57         </preBuild>
  58       </makefileType>
  59     </conf>
  60   </confs>
  61 </configurationDescriptor>