This is exactly what I needed.
"-alr -sr -Amasm" does it. I just put them into my "fpc.cfg" .

Thanks for all the help guys.

On 8/21/2012 00:16, Jonas Maebe wrote:

On 21 Aug 2012, at 08:32, ABorka wrote:

On 8/20/2012 22:37, Sergei Gorelkin wrote:
-R switch controls parsing assembler blocks in the code.
The output format is set with -A  (e.g. -Amasm will produce Intel syntax).

That requires masm to compile the project.

Only if the compiler calls the assembler. You can use the -s parameter to 
prevent it from doing that.


Jonas_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel



_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to