Committing in .

OpenVMS complie issues
 +
 src/generic/statline.cpp : setup should be runned before first #ifdef

 Modified Files:
 	wxWindows/src/generic/descrip.mms
 	wxWindows/src/generic/statline.cpp
 	wxWindows/src/motif/descrip.mms wxWindows/src/x11/descrip.mms
 ----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2003-05-27 06:09:38 +00:00
parent 983d2e1414
commit dc3b0532ee
4 changed files with 5 additions and 8 deletions

View File

@@ -51,7 +51,6 @@ OBJECTS = \
gridctrl.obj,\
gridsel.obj,\
helpext.obj,\
helphtml.obj,\
imaglist.obj,\
laywin.obj,\
listctrl.obj,\
@@ -88,7 +87,6 @@ SOURCES = \
gridctrl.cpp,\
gridsel.cpp,\
helpext.cpp,\
helphtml.cpp,\
imaglist.cpp,\
laywin.cpp,\
listctrl.cpp,\
@@ -152,7 +150,6 @@ grid.obj : grid.cpp
gridctrl.obj : gridctrl.cpp
gridsel.obj : gridsel.cpp
helpext.obj : helpext.cpp
helphtml.obj : helphtml.cpp
imaglist.obj : imaglist.cpp
laywin.obj : laywin.cpp
listctrl.obj : listctrl.cpp

View File

@@ -20,9 +20,9 @@
#pragma implementation "statline.h"
#endif
#include "wx/wxprec.h"
#if wxUSE_STATLINE
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop

View File

@@ -35,7 +35,7 @@ OBJECTS = \
choice.obj,\
clipbrd.obj,\
colour.obj,\
combobox_native.obj,\
combobox.obj,\
control.obj,\
cursor.obj,\
data.obj,\
@@ -89,7 +89,7 @@ SOURCES = \
choice.cpp,\
clipbrd.cpp,\
colour.cpp,\
combobox_native.cpp,\
combobox.cpp,\
control.cpp,\
cursor.cpp,\
data.cpp,\
@@ -152,7 +152,7 @@ checklst.obj : checklst.cpp
choice.obj : choice.cpp
clipbrd.obj : clipbrd.cpp
colour.obj : colour.cpp
combobox_native.obj : combobox_native.cpp
combobox.obj : combobox.cpp
control.obj : control.cpp
cursor.obj : cursor.cpp
data.obj : data.cpp

View File

@@ -46,5 +46,5 @@ all : $(SOURCES)
bitmap.obj : bitmap.cpp
brush.obj : brush.cpp
pen.obj : pen.cpp
region.obj: region.cpp
region.obj : region.cpp
utilsx.obj : utilsx.cpp