diff options
Diffstat (limited to 'MSVC_Net2005/blank.cpp')
-rw-r--r-- | MSVC_Net2005/blank.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/MSVC_Net2005/blank.cpp b/MSVC_Net2005/blank.cpp deleted file mode 100644 index 98feb663..00000000 --- a/MSVC_Net2005/blank.cpp +++ /dev/null @@ -1,11 +0,0 @@ -// 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 |