on OS/2 eCS2 i have fpc 2.6.0 release installed... i've been working with a library and needed to create a define so that some code would be compiled that otherwise is not... since i have to compile from the command line with fpc, i compiled my project like this...

  fpc -dOS2GCC testhttp

and it did compile with the defined code block... later, i wanted to test without that defined code block so i compiled again like this...

  fpc testhttp

but the library wasn't recompiled... i had to manually remove the *.O and *.ppu files to get it recompiled without the defined code block...

why?

the time between compilation and testing attempts was less than one minute... would this have something to do with this problem?
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to