Changeset 1729
- Timestamp:
- Sep 7, 2008, 10:00:35 AM (16 years ago)
- Location:
- code/branches/core3
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core3/src/util/MultiType.h
r1728 r1729 35 35 36 36 #include "Math.h" 37 38 // disable annoying warning about multiple assignment operators39 #if ORXONOX_COMPILER == ORXONOX_COMPILER_MSVC40 #pragma warning(push)41 #pragma warning(disable:4522)42 #endif43 37 44 38 enum MT_Type … … 418 412 inline void MultiType::setValue(const char* value) { if (this->value_) { this->value_->setValue(std::string(value)); } else { this->assignValue(std::string(value)); } } 419 413 420 421 #if ORXONOX_COMPILER == ORXONOX_COMPILER_MSVC422 #pragma warning(pop)423 #endif424 425 414 #endif /* _MultiType_H__ */ -
code/branches/core3/visual_studio/core_properties.vsprops
r1572 r1729 8 8 <Tool 9 9 Name="VCCLCompilerTool" 10 AdditionalOptions="/MP2" 10 11 PreprocessorDefinitions="CORE_SHARED_BUILD" 11 12 /> -
code/branches/core3/visual_studio/network_properties.vsprops
r1293 r1729 8 8 <Tool 9 9 Name="VCCLCompilerTool" 10 AdditionalOptions="/MP2" 10 11 PreprocessorDefinitions="ORXONOX_NO_EXPORTS;NETWORK_STATIC_BUILD;WIN32_LEAN_AND_MEAN" 11 12 /> -
code/branches/core3/visual_studio/orxonox_properties.vsprops
r1572 r1729 8 8 <Tool 9 9 Name="VCCLCompilerTool" 10 AdditionalOptions="/MP2" 10 11 PreprocessorDefinitions="ORXONOX_NO_EXPORTS;NETWORK_STATIC_BUILD" 11 12 UsePrecompiledHeader="2"
Note: See TracChangeset
for help on using the changeset viewer.