Don't need MSVC definition in assembler code anymore

This commit is contained in:
DRC
2011-04-07 05:27:29 +00:00
parent 667766d07f
commit 4611077eab

View File

@@ -10,10 +10,6 @@ else()
-I${CMAKE_CURRENT_SOURCE_DIR}/) -I${CMAKE_CURRENT_SOURCE_DIR}/)
endif() endif()
if(MSVC)
set(NAFLAGS ${NAFLAGS} -DMSVC)
endif()
# This only works if building from the command line. There is currently no way # This only works if building from the command line. There is currently no way
# to set a variable's value based on the build type when using the MSVC IDE. # to set a variable's value based on the build type when using the MSVC IDE.
if(CMAKE_BUILD_TYPE STREQUAL "Debug" if(CMAKE_BUILD_TYPE STREQUAL "Debug"