Opened 12 years ago

Closed 10 years ago

#143 closed task (fixed)

Make use of precompiled headers in Windows Builds (VS2010)

Reported by: baertelchen Owned by: baertelchen
Priority: trivial Milestone:
Component: Tests Version:
Keywords: precompiled headers VS2010 Cc: hugueswski

Description

The CS-Map vcxproj files don't use precompiled headers at all.

This ticket is to upgrade the VCXPROJ files for VS2010 to create & use pre-compiled headers which decreases build time tremendously.

Change History (1)

comment:1 by Norm Olsen, 10 years ago

Resolution: fixed
Status: newclosed

Corrected at revision 2463. All major components use pre-compiled headers in the Visual Studio environment. Compilation using gcc and g++ so fast, the effort to use precompiled headers in that environment was skipped.

Note that in the Visual Studio environment, separate .pch files and 'C++'. Thus, the properties of the individual .cpp have modified to support the pre-compiled header feature. This is a pain from a maintenance standpoint, but well worth it for the improved build times.

Note: See TracTickets for help on using tickets.