summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalUnixMakefileGenerator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Several changes: COMPILE_DEFINITIONS is now depricated. If you want to ↵Andy Cedilnik2002-09-251-11/+22
| | | | specify some, use CMAKE_FLAGS -DCMAKE_DEFINITIONS:STRING=...; same goes for libraries, include path, ... It now detects wether the file is C or C++ and uses the apropriate project command, it also does the right thing when doing try_compile, so it does not execute configure for every single try_compile
* Improve backward compatibility, so that all backward compatibility stuff is ↵Andy Cedilnik2002-09-241-9/+29
| | | | in two modules; fix invoking of try_compile; add checking for header files and sizes of types
* better trycompile and enable langiagesKen Martin2002-09-131-55/+88
|
* ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot ↵Brad King2002-09-101-2/+19
| | | | be compared directly with other pointer types. We use 0 instead. Also changed putenv to setenv for comeau on linux.
* new archKen Martin2002-09-061-49/+60
|
* in progressKen Martin2002-08-301-0/+89