Disabled dependencies for a while

Added Motif Makefile.in
  wxPostScriptDC now uses fprintf() instead of <<


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-06-21 11:27:53 +00:00
parent 3959bace92
commit d7657f7562
3 changed files with 526 additions and 433 deletions

View File

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

View File

@@ -25,8 +25,6 @@
#include "wx/module.h"
#include "wx/cmndata.h"
#include <fstream.h>
//-----------------------------------------------------------------------------
// classes
//-----------------------------------------------------------------------------
@@ -127,8 +125,6 @@ public:
inline void SetBackgroundMode(int WXUNUSED(mode)) {}
inline void SetPalette(const wxPalette& WXUNUSED(palette)) {}
ofstream *GetStream(void) const { return m_pstream; }
wxPrintData& GetPrintData() { return m_printData; }
void SetPrintData(const wxPrintData& data) { m_printData = data; }
@@ -136,7 +132,7 @@ public:
protected:
ofstream * m_pstream; // PostScript output stream
FILE* m_pstream; // PostScript output stream
wxString m_title;
unsigned char m_currentRed;
unsigned char m_currentGreen;

File diff suppressed because it is too large Load Diff