Página 1 de 1
How to tell Mingw not to delete the .c file?
Publicado: Dom Jul 21, 2013 2:19 am
por Guest
Hi,
What parameter in the project properties will tell Xailer to generate
the object .do file, but NOT to delete the intermediate .c code?
How to tell Mingw not to delete the .c file?
Publicado: Mar Jul 23, 2013 11:07 am
por Guest
Ok, thanks. I'll try and figure out the unresolved external error, some
other way. This is the only programming newsgroup I know, that responds
to some questions, but la-de-da decides to just ignore others.
How to tell Mingw not to delete the .c file?
Publicado: Mar Jul 23, 2013 11:44 am
por jfgimenez
DC,
sorry for the delay.
> What parameter in the project properties will tell Xailer to generate
> the object .do file, but NOT to delete the intermediate .c code?
There is a "hidden" way to do it. You need to edit the .xpj file by
hand, and and this line:
<DontEraseFile Value="Y"/>
inside the <Options> branch. That way, all intermediate files aren't
deleted.
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
How to tell Mingw not to delete the .c file?
Publicado: Jue Jul 25, 2013 2:04 pm
por Guest
Ok, thanks Jose.