File: blank.cpp

package info (click to toggle)
gtkmm3.0 3.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 159,024 kB
  • ctags: 22,555
  • sloc: xml: 107,819; sh: 11,425; cpp: 7,074; makefile: 241; perl: 235
file content (11 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (22)
1
2
3
4
5
6
7
8
9
10
11
// This file may very well be the most annoying workaround of all time.
// It is included here to simplify working with gtkmm using the
// MSVC IDE.
//
// This file is included in all of the MSVC projects to force the
// IDE to display the C/C++ property pages for editing.  Apparently,
// the MSVC IDE does not recognize .cc files as C++ source code, even
// though the compiler does!
//
// Tim Shead, tshead@k-3d.com
// 10/12/2004