*** empty log message ***

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
1999-10-08 03:39:11 +00:00
parent 89aea7b0ef
commit 0371a69143
5 changed files with 1097 additions and 39 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -9,9 +9,8 @@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
#pragma implementation "gdiobj.h"
#endif
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#include "wx/gdiobj.h"

View File

@@ -311,6 +311,8 @@ OS2OBJS = \
..\os2\$D\font.obj \
..\os2\$D\fontdlg.obj \
..\os2\$D\frame.obj \
..\os2\$D\gauge.obj \
..\os2\$D\gdiobj.obj \
..\os2\$D\window.obj
OS2LIBOBJS = \
@@ -342,6 +344,8 @@ OS2LIBOBJS = \
font.obj \
fontdlg.obj \
frame.obj \
gauge.obj \
gdiobj.obj \
window.obj
HTMLOBJS = \
@@ -517,6 +521,8 @@ $(OS2LIBOBJS):
copy ..\os2\$D\font.obj
copy ..\os2\$D\fontdlg.obj
copy ..\os2\$D\frame.obj
copy ..\os2\$D\gauge.obj
copy ..\os2\$D\gdiobj.obj
copy ..\os2\$D\window.obj
# wxWindows library as DLL