Skip to content

Commit

Permalink
add buildbot url for msvc2003 (Windows 95)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Parker committed Dec 11, 2017
1 parent 85d9d98 commit e877595
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config.def.h
Original file line number Diff line number Diff line change
Expand Up @@ -662,11 +662,10 @@ static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/window
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/windows-msvc2010/x86/latest/";
#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
#elif _MSC_VER == 1310
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/windows-msvc2003/x86/latest/";
#else
#if defined(__x86_64__)
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/windows/x86_64/latest/";
Expand Down

0 comments on commit e877595

Please sign in to comment.