mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06:00
BUG: Fix for VS.NET 2003 SP1 to make sure global target and utility target rules run every time.
This commit is contained in:
@@ -71,6 +71,7 @@ private:
|
||||
std::string& flags);
|
||||
std::string GetBuildTypeLinkerFlags(std::string rootLinkerFlags,
|
||||
const char* configName);
|
||||
void FixTargets();
|
||||
void OutputVCProjFile();
|
||||
void WriteVCProjHeader(std::ostream& fout, const char *libName,
|
||||
cmTarget &tgt, std::vector<cmSourceGroup> &sgs);
|
||||
|
||||
Reference in New Issue
Block a user