home *** CD-ROM | disk | FTP | other *** search
- property kProjectFile : alias "MyProject.rb" -- replace with path to your file
-
- on Build68k()
- tell application "REALbasic 3.0 PPC"
- activate -- (and launch, if not already launched!)
- open kAutotestFile
- set buildMac68k of document 1 to true
- set buildMacPPC of document 1 to false
- set buildWin32 of document 1 to false
- set buildMacName of document 1 to "Autotest.68k"
- build document 1
- quit saving no
- end tell
- end Build68k
-
- on run
- Build68k()
- end run
-