Ken Martin
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 years ago |
Ken Martin
|
77b401ddb2
ENH: removed logo info from the manifest tool
|
19 years ago |
Ken Martin
|
3023eb7ccb
ENH: Makefile performance improvements
|
19 years ago |
Bill Hoffman
|
e6ef33f598
ENH: name pdb files for visual studio make based builds
|
19 years ago |
Bill Hoffman
|
f2e2f23392
ENH: unix makefiles should work with cl
|
19 years ago |
Bill Hoffman
|
4a20d4fe39
ENH: don't need two of these
|
19 years ago |
Bill Hoffman
|
96c140e281
ENH: test for vs8 correctly
|
19 years ago |
Bill Hoffman
|
0b490110ba
ENH: check for version 1400
|
19 years ago |
Brad King
|
08289893b8
ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables CMAKE_<lang>_STANDARD_LIBRARIES. This is needed to get programmable language support working with Visual Studio generators. It makes sense anyway.
|
19 years ago |
Bill Hoffman
|
bcfd6f7f69
ENH: add better variables for MSVC versions
|
19 years ago |
Brad King
|
f0e8c750d1
BUG: Fixed order of options to cl for 32-bit/64-bit test to work with VS 6 NMake.
|
19 years ago |
Bill Hoffman
|
5a2668b326
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
|
19 years ago |
Brad King
|
88f69f0df9
BUG: /DWIN32 and /D_WINDOWS should be defined for all configurations or if no configuration is set.
|
20 years ago |
Bill Hoffman
|
36080b04bb
ENH: add support for manifest stuff
|
20 years ago |
Bill Hoffman
|
ea8c278cd6
ENH: add manifest support for 2005
|
20 years ago |
Bill Hoffman
|
a5825cd11a
ENH: check in new find stuff
|
20 years ago |
Bill Hoffman
|
0a0e459102
ENH: make command line flags more consistent with ide settings
|
20 years ago |
Bill Hoffman
|
6f96bba66d
ENH: fix try compile for MFC
|
20 years ago |
Brad King
|
7953f6a467
ENH: Adding definition of MSVC when it is the compiler.
|
20 years ago |
Brad King
|
63b4952f4c
BUG: Removed odbc32.lib and odbccp32.lib from standard libraries on VS 8 because VC++ Express 2005 does not have them. They are SQL database access libraries and should not be needed for every application. User code can always explicitly link the library. Also replacing deprecated /GZ option with /RTC1 for VS 8. This addresses bug#2795.
|
20 years ago |
Bill Hoffman
|
2694ad76c5
ENH: correct standard libraries
|
20 years ago |
Ken Martin
|
4bdca3b404
ENH: put CmakeTmp into CMakeFiles
|
20 years ago |
Bill Hoffman
|
b0c38460bd
ENH: remove duplicates
|
20 years ago |
Bill Hoffman
|
2dff0978b9
BUG: fix for bug 2488
|
20 years ago |
Brad King
|
036a78056c
BUG: Fixed flag-to-vcproj-attribute conversion code to work again (it was broken by the optimization changes). Added conversion of /nologo flag to SuppressStartupBanner attribute and /Gy flag to EnableFunctionLevelLinking attribute.
|
20 years ago |
Bill Hoffman
|
b94d785df9
ENH: add all libs
|
20 years ago |
Bill Hoffman
|
cb0cd91ff3
ENH: /nologo must be first
|
20 years ago |
Ken Martin
|
c6b011e35e
ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree
|
20 years ago |
Bill Hoffman
|
ff250565a2
ENH: move flags next to compiler, so if env contains compiler and some flag, they stay together
|
20 years ago |
Brad King
|
6048659e66
BUG: Fixed escaped quote at end of .
|
20 years ago |