Quote:
|
Originally Posted by MikeDubreuil
Under Linux, how do you compile your code? I heard about using make, but how?
|
I havent done it personaly, but basicly you have to do two things:
1) get mcc and the IFI loader working under wine
2) make a makefile that compiles everything.
1) Has been done many times, and there is a thread on it here:
http://www.chiefdelphi.com/forums/sh...ght=wine+linux
2) I have written one that works under windows + cygwin, and wont take too much hacking to get it to run under linux. You can see it here:
http://www.chiefdelphi.com/forums/sh...light=makefile
I think I have done a pretty good job of commenting it, so it shouldent be that hard.
Good luck!