13
0
livetrax/libs/glibmm2/MSVC_Net2003/blank.cpp
Carl Hetherington 49df5c24a9 More missing bits.
git-svn-id: svn://localhost/ardour2/trunk@2650 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-13 11:09:40 +00:00

12 lines
434 B
C++

// 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