From: Lorenzo F. <lor...@te...> - 2004-08-02 17:26:00
|
Rodrigo Moreno wrote: > > What is advantage in use the MinGw Cross Compiler ? MingW cross compiler is a "special" build of MingW that creates Win32 targets in a Linux host. So you can build Win32 apps in Linux without any Windows code or tool. > It's uses winelib ? It has nothing to do with Wine. It creates an exe file like MingW W32 would create under Windows. Wine is only necessary to run the produced exe under Linux. regards, Lorenzo Fiorini |