Makefiles without dependencies

Compile fixes...


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 1999-06-22 10:45:56 +00:00
parent 2df7be7f2c
commit 8bedcdce08
7 changed files with 16 additions and 2 deletions

View File

@ -1,5 +1,6 @@
AUTOMAKE_OPTIONS = 1.3 no-dependencies AUTOMAKE_OPTIONS = 1.3
# no-dependencies
SUBDIRS = include src samples misc # utils user docs SUBDIRS = include src samples misc # utils user docs

View File

@ -18,6 +18,7 @@
#include "wx/font.h" #include "wx/font.h"
#include "wx/colour.h" #include "wx/colour.h"
#include "wx/gdicmn.h"
#if (defined(__WXMOTIF__) || defined(__WXGTK__)) && wxUSE_POSTSCRIPT #if (defined(__WXMOTIF__) || defined(__WXGTK__)) && wxUSE_POSTSCRIPT
class WXDLLEXPORT wxPrintSetupData; class WXDLLEXPORT wxPrintSetupData;

View File

@ -465,5 +465,6 @@ ostream& operator<< (ostream& o, const wxLongLongWx& ll)
return o << result; return o << result;
} }
#endif wxUSE_LONGLONG_WX #endif
// wxUSE_LONGLONG_NATIVE

View File

@ -4,6 +4,9 @@
## ##
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = 1.3
# no-dependencies
SUFFIXES = .cpp .c SUFFIXES = .cpp .c
DEFS = $(TOOLKIT_DEF) $(WXDEBUG_DEFINE) DEFS = $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)

View File

@ -4,6 +4,9 @@
## ##
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = 1.3
# no-dependencies
SUFFIXES = .cpp .c SUFFIXES = .cpp .c
DEFS = $(TOOLKIT_DEF) $(WXDEBUG_DEFINE) DEFS = $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)

View File

@ -4,6 +4,9 @@
## ##
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = 1.3
# no-dependencies
SUFFIXES = .cpp .c SUFFIXES = .cpp .c
DEFS = $(TOOLKIT_DEF) $(WXDEBUG_DEFINE) DEFS = $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)

View File

@ -28,6 +28,8 @@
#include "wx/log.h" #include "wx/log.h"
#include "wx/module.h" #include "wx/module.h"
#include "wx/memory.h" #include "wx/memory.h"
#include "wx/log.h"
#include "wx/intl.h"
#if wxUSE_THREADS #if wxUSE_THREADS
#include "wx/thread.h" #include "wx/thread.h"