BC++ and Watcom C++ makefile and source fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-10-23 19:55:01 +00:00
parent 18c98e42ee
commit 4d85bcd1f5
13 changed files with 35 additions and 30 deletions

View File

@@ -9,24 +9,23 @@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
#pragma implementation "grid.h"
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"
#include "wx/defs.h"
#if !defined(wxUSE_NEW_GRID) || !(wxUSE_NEW_GRID)
#include "gridg.cpp"
#else
#ifdef __GNUG__
#pragma implementation "grid.h"
#endif
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#if !defined(wxUSE_NEW_GRID) || !(wxUSE_NEW_GRID)
#include "gridg.cpp"
#else
#ifndef WX_PRECOMP
#include "wx/utils.h"
#include "wx/dcclient.h"