On Feb 23, 2007, at 4:37 PM, Lennox Jacob wrote:
> Hello,
>
> What is the "#If Target" code for a Intel Macs ... e.g. #If
> TargetMachO, #If TargetWin32, etc
in 2007r1 something like
#if TargetMacOS
#if TargetX86
msgbox "intel mac"
#endif
#if TargetPowerPC
msgbox "PPC Mac"
#endif
#endif
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>