This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Porting of unix to NT


here is how i do it.

to make a double clickable cygwin compiled executable under NT:

1) make a .bat file (starts bash and calls the shell script)
2) make a shell script to set environment variables
3) make a user shortcut to the .bat file


enclosed is an example.bat and a a_script.sh


>-----Original Message-----
>From: subramani Srinivasan [mailto:ns_srini@yahoo.com]
>Sent: Tuesday, July 10, 2001 2:57 PM
>To: cygwin@cygwin.com
>Subject: Porting of unix to NT
>
>
>Greetings,
>
>We have successfully installed cywin exe. Like we have
>written a 'c' program in unix os. we want to run in
>WindowsNT.I would like to know how to execute the same
>'c' program in WindowsNT ,is there any commands to do
>so,
>please reply your suggestions.
>
>Thanks'q'
>
>      
>
>__________________________________________________
>Do You Yahoo!?
>Get personalized email addresses from Yahoo! Mail
>http://personal.mail.yahoo.com/
>
>--
>Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>Bug reporting:         http://cygwin.com/bugs.html
>Documentation:         http://cygwin.com/docs.html
>FAQ:                   http://cygwin.com/faq/
>

a_script.sh

example.bat

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]