mirror of
https://github.com/libretro/stella2023.git
synced 2025-01-21 08:24:28 +00:00
stephena
8e76c31e4c
Added cross-compile support for Win32 from Linux using MinGW. This is
accessed using a new 'host' type in configure (mingw32-cross). For my system, the command would be as follows: configure --host=mingw32-cross --with-sdl-prefix=/home/stephena/.mingw/usr/i386-mingw32msvc This allows you to compile the Windows version in Linux, which is my main development platform. It will also allow me to get the automated build page working again :) Removed all NASM checking from the config scripts, since we're never going to use it (it goes against the philosophy of Stella compiling everywhere). git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1421 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
Description
A multi-platform Atari 2600 Emulator
Languages
C
57.2%
C++
37.5%
QMake
3.9%
TeX
0.5%
Assembly
0.3%
Other
0.4%