mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
Set buildbot dir for MSVC 2005 RetroArch build to MSVC 2005 cores
This commit is contained in:
parent
38b9ecb1b1
commit
2c092a882e
@ -610,6 +610,12 @@ static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/window
|
|||||||
#elif defined(__i386__) || defined(__i486__) || defined(__i686__) || defined(_M_IX86) || defined(_M_IA64)
|
#elif defined(__i386__) || defined(__i486__) || defined(__i686__) || defined(_M_IX86) || defined(_M_IA64)
|
||||||
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/windows-msvc2010/x86/latest/";
|
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/windows-msvc2010/x86/latest/";
|
||||||
#endif
|
#endif
|
||||||
|
#elif _MSC_VER == 1400
|
||||||
|
#if defined(__x86_64__)
|
||||||
|
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/windows-msvc2005/x86_64/latest/";
|
||||||
|
#elif defined(__i386__) || defined(__i486__) || defined(__i686__) || defined(_M_IX86) || defined(_M_IA64)
|
||||||
|
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/windows-msvc2005/x86/latest/";
|
||||||
|
#endif
|
||||||
#else
|
#else
|
||||||
#if defined(__x86_64__)
|
#if defined(__x86_64__)
|
||||||
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/windows/x86_64/latest/";
|
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/windows/x86_64/latest/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user