Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
|
- <Project name="libpipi" fileversion="2.0" ctype="GenericProject">
- <Configurations active="Default">
- <Configuration name="Default" ctype="GenericProjectConfiguration">
- <CustomCommands>
- <Command type="BeforeBuild" command="sh -c "test -f configure || ./bootstrap"" workingdir="${CombineDir}" />
- <Command type="BeforeBuild" command="sh -c "test -f Makefile || ./configure"" workingdir="${CombineDir}" />
- <Command type="BeforeBuild" command="make -C pipi" workingdir="${CombineDir}" />
- <Command type="Clean" command="make -C pipi clean" workingdir="${CombineDir}" />
- </CustomCommands>
- <Output directory="." />
- <Build debugmode="True" />
- <Execution runwithwarnings="True" consolepause="True" />
- </Configuration>
- </Configurations>
- <Contents>
- <File name="pipi.h" subtype="Code" buildaction="Nothing" />
- </Contents>
- </Project>
|