realbasic-nug
[Top] [All Lists]

Re: #if target

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: #if target
From: Norman Palardy <npalardy at great-white-software dot com>
Date: Fri, 23 Feb 2007 16:55:53 -0700
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <337085 dot 56645 dot qm at web60421 dot mail dot yahoo dot com>
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>


<Prev in Thread] Current Thread [Next in Thread>