Hi all, it's been a long time.. but I have a question.
 
Is there any way tell FPCMAKE to rename all PROGRAMS to have a different extension?
 
Example:
 
  On Windows: 
    someprog.exe --> someprog.abc
 
  On Linux/BSD
    someprog --> someprog.abc
 
Or is there any predefined macros that I can use with the -o (output) option to tell fpc compiler to rename the current executable being compiled, for example
 
fpc test.pp -o$(targetexe).abc
 
 
--
L505
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to