*** 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:
1094
src/os2/gauge.cpp
1094
src/os2/gauge.cpp
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user