summaryrefslogtreecommitdiffstats
path: root/Source/EXEHeader.dsptemplate
Commit message (Collapse)AuthorAgeFilesLines
* moved into Template directoryKen Martin2001-05-171-127/+0
|
* added output directory supportKen Martin2001-05-151-3/+3
|
* added registry entry support and windows app supportKen Martin2001-05-111-1/+1
|
* ADD LINK32s are now on multiple lines because VC breaks otherwiseGeoffrey Cross2001-05-091-3/+9
|
* support for debug and opt librariesKen Martin2001-04-261-3/+3
|
* FIX: returned to using /O2 optimization level and put a pragma in the netlib ↵Jim Miller2001-04-041-2/+2
| | | | code that could not handle the /Og component of /O2
* ENH: ignore unused libary warnings, removed /forceJim Miller2001-03-191-6/+6
|
* ENH: Finished Simplifying dsptemplate processing with in place of separate ↵Brad King2001-03-091-5/+4
| | | | Release, Debug, ReleaseDLL, ... configurations.
* ERR: Fixed header template for Release MinSize builds.Brad King2001-03-091-10/+10
|
* ENH: Added Release MinSize configuration for executables.Brad King2001-03-091-0/+24
|
* FIX: added /force to link options and removed precompiled header usageJim Miller2001-02-061-8/+8
|
* BUG: backed off on the compiler optimization used. Instead of using /O2, we ↵Jim Miller2001-01-251-2/+2
| | | | now use all the components of /Ox (/Ob1 /Oi /Ot /Oy /Gs) except for /Og
* BUG: fix release build on windowsBill Hoffman2000-09-011-6/+4
|
* NEW: move from tools and config to create CMakeBill Hoffman2000-08-291-0/+100