Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 

18 рядки
920 B

  1. <Project name="libpipi" fileversion="2.0" ctype="GenericProject">
  2. <Configurations active="Default">
  3. <Configuration name="Default" ctype="GenericProjectConfiguration">
  4. <CustomCommands>
  5. <Command type="BeforeBuild" command="sh -c &quot;test -f configure || ./bootstrap&quot;" workingdir="${CombineDir}" />
  6. <Command type="BeforeBuild" command="sh -c &quot;test -f Makefile || ./configure&quot;" workingdir="${CombineDir}" />
  7. <Command type="BeforeBuild" command="make -C pipi" workingdir="${CombineDir}" />
  8. <Command type="Clean" command="make -C pipi clean" workingdir="${CombineDir}" />
  9. </CustomCommands>
  10. <Output directory="." />
  11. <Build debugmode="True" />
  12. <Execution runwithwarnings="True" consolepause="True" />
  13. </Configuration>
  14. </Configurations>
  15. <Contents>
  16. <File name="pipi.h" subtype="Code" buildaction="Nothing" />
  17. </Contents>
  18. </Project>