User talk:Lardarse

From TetrisWiki
Revision as of 00:32, 6 January 2007 by *>Tepples (→‎Makefile: clarify)
Jump to navigation Jump to search

Makefile

You say it works only on wine. Could it be because of the -mwindows flag? --Tepples 22:55, 4 January 2007 (EST)

Probably, And I never said that it only run with wine, because I haven't tried without it being installed. And I probably won't on this computer... Do you know the correct parameter for -m ?--Lardarse 23:18, 4 January 2007 (EST)
All -mwindows does is suppress displaying the terminal window while the program is running. Given that this suppression is done by default in *n?x, you can just omit it. I'm guessing that it might do more in linkers on other operating systems that are capable of making multiple target formats, such as the -mno-cygwin flag in Cygwin GCC. --Tepples 19:30, 5 January 2007 (EST)