dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]Standalone portable.net apps Mac OS X


From: Andrew Edwardson
Subject: Re: [DotGNU]Standalone portable.net apps Mac OS X
Date: Tue, 20 Jan 2004 09:21:36 -0000

Thanks to everybody for replying to this

I am very new to the Mac and Unix so sorry for my ignorance but you
basically have to recompile ilrun to create a bundle?

Argg! I don't know Python either. Here's what I think is happening. I
just googled and looked at something else for TkWindows or something...

#!/bin/sh
exec /Applications/Python.app/Contents/MacOS/python $@

Assuming I was running a python script to get my ilrun to work. (I need
to use python right?) (Or could I write a native stub C++ program on the
Mac to do all this?)

Anyway assuming a Python script runs this stuff and all my programs are
in the right paths...

#!/bin/sh 
Exec /Applications/ilrun.app/Contents/MacOS/ilrun $@

I assume the $@ is the command line ?

So if my Python script was called ilrunw and my harness C# exe is called
testqt.exe ...

Then-> ilrunw testqt.exe 

Would do it?

Regards
Andy


*****************************************************************
This email has been checked by the e-Sweeper Service
*****************************************************************



reply via email to

[Prev in Thread] Current Thread [Next in Thread]