Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
- <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>
|