mirror of
https://github.com/esp8266/Arduino.git
synced 2025-10-16 22:27:59 +03:00
Added Visual Studio 2010 support and fixed some VS compilation issues.
Removed code to force blocking mode. git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@196 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
@@ -58,7 +58,7 @@ depends on CONFIG_PLATFORM_WIN32
|
||||
choice
|
||||
prompt "Compiler"
|
||||
depends on CONFIG_PLATFORM_WIN32
|
||||
default CONFIG_VISUAL_STUDIO_7_0
|
||||
default CONFIG_VISUAL_STUDIO_10_0
|
||||
|
||||
config CONFIG_VISUAL_STUDIO_7_0
|
||||
bool "Visual Studio 7.0 (2003)"
|
||||
@@ -70,6 +70,10 @@ config CONFIG_VISUAL_STUDIO_8_0
|
||||
help
|
||||
Use Microsoft's Visual Studio 2005 platform.
|
||||
|
||||
config CONFIG_VISUAL_STUDIO_10_0
|
||||
bool "Visual Studio 10.0 (2010)"
|
||||
help
|
||||
Use Microsoft's Visual Studio 2010 platform.
|
||||
endchoice
|
||||
|
||||
config CONFIG_VISUAL_STUDIO_7_0_BASE
|
||||
@@ -82,6 +86,10 @@ config CONFIG_VISUAL_STUDIO_8_0_BASE
|
||||
depends on CONFIG_VISUAL_STUDIO_8_0
|
||||
default "c:\\Program Files\\Microsoft Visual Studio 8"
|
||||
|
||||
config CONFIG_VISUAL_STUDIO_10_0_BASE
|
||||
string "Base"
|
||||
depends on CONFIG_VISUAL_STUDIO_10_0
|
||||
default "c:\\Program Files\\Microsoft Visual Studio 10.0"
|
||||
endmenu
|
||||
|
||||
config CONFIG_EXTRA_CFLAGS_OPTIONS
|
||||
|
Reference in New Issue
Block a user