[Cmake-commits] [cmake-commits] king committed UtilityHeader.dsptemplate 1.11 1.12

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jul 3 10:33:52 EDT 2009


Update of /cvsroot/CMake/CMake/Templates
In directory public:/mounts/ram/cvs-serv23011/Templates

Modified Files:
	UtilityHeader.dsptemplate 
Log Message:
BUG: Avoid cmTarget::GetDirectory for utilities

Since utility targets have no main output files like executables or
libraries, they do not define an output directory.  This removes a call
to cmTarget::GetDirectory from cmLocalVisualStudio{6,7}Generator for
such targets.


Index: UtilityHeader.dsptemplate
===================================================================
RCS file: /cvsroot/CMake/CMake/Templates/UtilityHeader.dsptemplate,v
retrieving revision 1.11
retrieving revision 1.12
diff -C 2 -d -r1.11 -r1.12
*** UtilityHeader.dsptemplate	9 May 2007 12:25:45 -0000	1.11
--- UtilityHeader.dsptemplate	3 Jul 2009 14:33:49 -0000	1.12
***************
*** 39,43 ****
  # PROP Use_MFC 0
  # PROP Use_Debug_Libraries 0
- # PROP Output_Dir "OUTPUT_DIRECTORY\Release"
  # PROP Intermediate_Dir "Release"
  # PROP Target_Dir ""
--- 39,42 ----
***************
*** 54,58 ****
  # PROP Use_MFC 0
  # PROP Use_Debug_Libraries 1
- # PROP Output_Dir "OUTPUT_DIRECTORY\Debug"
  # PROP Intermediate_Dir "Debug"
  # PROP Target_Dir ""
--- 53,56 ----
***************
*** 69,73 ****
  # PROP Use_MFC 0
  # PROP Use_Debug_Libraries 0
- # PROP Output_Dir "OUTPUT_DIRECTORY\MinSizeRel"
  # PROP Intermediate_Dir "MinSizeRel"
  # PROP Target_Dir ""
--- 67,70 ----
***************
*** 84,88 ****
  # PROP Use_MFC 0
  # PROP Use_Debug_Libraries 0
- # PROP Output_Dir "OUTPUT_DIRECTORY\RelWithDebInfo"
  # PROP Intermediate_Dir "RelWithDebInfo"
  # PROP Target_Dir ""
--- 81,84 ----



More information about the Cmake-commits mailing list