~ubuntu-branches/ubuntu/edgy/cmake/edgy-backports

« back to all changes in this revision

Viewing changes to Source/cmGlobalNMakeMakefileGenerator.cxx

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2007-04-10 17:52:23 UTC
  • mfrom: (2.1.2 hoary) (8.1.5 feisty)
  • Revision ID: james.westby@ubuntu.com-20070410175223-taf5w6y2halxs5jh
Tags: 2.4.6-0ubuntu1~edgy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
  Program:   CMake - Cross-Platform Makefile Generator
4
4
  Module:    $RCSfile: cmGlobalNMakeMakefileGenerator.cxx,v $
5
5
  Language:  C++
6
 
  Date:      $Date: 2006/06/30 17:48:43 $
7
 
  Version:   $Revision: 1.19.2.3 $
 
6
  Date:      $Date: 2006/10/13 14:52:02 $
 
7
  Version:   $Revision: 1.19.2.4 $
8
8
 
9
9
  Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
10
10
  See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
39
39
cmLocalGenerator *cmGlobalNMakeMakefileGenerator::CreateLocalGenerator()
40
40
{
41
41
  cmLocalUnixMakefileGenerator3* lg = new cmLocalUnixMakefileGenerator3;
42
 
  lg->SetEchoNeedsQuote(false);
43
42
  lg->SetDefineWindowsNULL(true);
44
43
  lg->SetWindowsShell(true);
45
44
  lg->SetMakeSilentFlag("/nologo");