File: blank.cpp

package info (click to toggle)
cairomm 1.8.4-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 4,952 kB
  • ctags: 1,655
  • sloc: sh: 10,132; cpp: 5,157; perl: 204; makefile: 159
file content (11 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (29)
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 glibmm 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