- Timestamp:
- 04/05/09 04:10:38 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-cplusplus/i3/trunk/src/os-windows/WindowsCommon.cpp
r18092 r31912 1 1 #include <PrecompiledHeaders.h> 2 2 #include "Common.h" 3 4 #ifdef _M_X64 5 #pragma comment(lib, "libintl64.lib"); 6 #else 7 #pragma comment(lib, "libintl.lib"); 8 #endif 9 10 #if defined(_MT) && defined(_DLL) 11 // MD 12 13 #elif defined(_MT) && defined(_DLL) && defined(_DEBUG) 14 // MDd 15 16 #elif defined(_MT) 17 // MT 18 19 #elif defined(_MT) && defined(_DEBUG) 20 // MTd 21 22 #endif 3 23 4 24 namespace i3
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)