Kaydet (Commit) 87849a83 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

Remove HPUX support

üst 0f5d9392
...@@ -41,12 +41,12 @@ class CommunicationWrapper : public SbxObject // Einer f ...@@ -41,12 +41,12 @@ class CommunicationWrapper : public SbxObject // Einer f
// Definition eines Tabelleneintrags. Dies wird hier gemacht, // Definition eines Tabelleneintrags. Dies wird hier gemacht,
// da dadurch die Methoden und Properties als private deklariert // da dadurch die Methoden und Properties als private deklariert
// werden koennen. // werden koennen.
#if defined ( ICC ) || defined ( HPUX ) || defined ( C50 ) || defined ( C52 ) #if defined ( ICC ) || defined ( C50 ) || defined ( C52 )
public: public:
#endif #endif
typedef void( CommunicationWrapper::*pMeth ) typedef void( CommunicationWrapper::*pMeth )
( SbxVariable* pThis, SbxArray* pArgs, BOOL bWrite ); ( SbxVariable* pThis, SbxArray* pArgs, BOOL bWrite );
#if defined ( ICC ) || defined ( HPUX ) #if defined ( ICC )
private: private:
#endif #endif
......
...@@ -425,8 +425,6 @@ void TestToolObj::LoadIniFile() // Laden der IniEinstellungen, die d ...@@ -425,8 +425,6 @@ void TestToolObj::LoadIniFile() // Laden der IniEinstellungen, die d
abGP.Append( "04" ); abGP.Append( "04" );
#elif defined SOLARIS && defined INTEL #elif defined SOLARIS && defined INTEL
abGP.Append( "05" ); // Solaris x86 abGP.Append( "05" ); // Solaris x86
#elif defined HPUX
abGP.Append( "07" );
#elif defined FREEBSD #elif defined FREEBSD
abGP.Append( "08" ); abGP.Append( "08" );
#elif defined MACOSX #elif defined MACOSX
......
...@@ -71,7 +71,7 @@ APP1TARGET=pluginapp.bin ...@@ -71,7 +71,7 @@ APP1TARGET=pluginapp.bin
APP1OBJS=$(OBJFILES) APP1OBJS=$(OBJFILES)
APP1STDLIBS= $(SALLIB) APP1STDLIBS= $(SALLIB)
.IF "$(OS)"=="SOLARIS" || "$(OS)"=="SCO" || "$(OS)"=="HPUX" .IF "$(OS)"=="SOLARIS" || "$(OS)"=="SCO"
APP1STDLIBS+=-lXm -lXt $(X11LINK_DYNAMIC) -ldl APP1STDLIBS+=-lXm -lXt $(X11LINK_DYNAMIC) -ldl
.ELSE .ELSE
.IF "$(DISABLE_XAW)" != "TRUE" .IF "$(DISABLE_XAW)" != "TRUE"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment