~ubuntu-branches/ubuntu/saucy/atkmm1.6/saucy-proposed

« back to all changes in this revision

Viewing changes to MSVC_Net2008/blank.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda
  • Date: 2010-11-02 20:35:53 UTC
  • Revision ID: james.westby@ubuntu.com-20101102203553-syno2w6yedmcdgk8
ImportĀ upstreamĀ versionĀ 2.22.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// This file may very well be the most annoying workaround of all time.
 
2
// It is included here to simplify working with gtkmm using the
 
3
// MSVC IDE.
 
4
//
 
5
// This file is included in all of the MSVC projects to force the
 
6
// IDE to display the C/C++ property pages for editing.  Apparently,
 
7
// the MSVC IDE does not recognize .cc files as C++ source code, even
 
8
// though the compiler does!
 
9
//
 
10
// Tim Shead, tshead@k-3d.com
 
11
// 10/12/2004