diff options
author | Grant Gayed <ggayed> | 2004-01-29 23:38:59 +0000 |
---|---|---|
committer | Grant Gayed <ggayed> | 2004-01-29 23:38:59 +0000 |
commit | 030ae67b248425e438074e5a1cec3915ce1715c0 (patch) | |
tree | 3ae239f98345042cafa4e436df897a66ce6d8316 /bundles | |
parent | 21e23b791a319e5180c60f1da8d0340d3dcffe74 (diff) | |
download | eclipse.platform.swt-030ae67b248425e438074e5a1cec3915ce1715c0.tar.gz eclipse.platform.swt-030ae67b248425e438074e5a1cec3915ce1715c0.tar.xz eclipse.platform.swt-030ae67b248425e438074e5a1cec3915ce1715c0.zip |
add PA_RISC 1.1 portability
Diffstat (limited to 'bundles')
-rw-r--r-- | bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_hpux.mak | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_hpux.mak b/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_hpux.mak index bd3494b84c..dbd9fbdfec 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_hpux.mak +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_hpux.mak @@ -21,7 +21,7 @@ SWT_VERSION=$(maj_ver)$(min_ver) # JAVA_HOME - Sun's version of Java (JDK2) # MOTIF_HOME - Motif includes and libraries # CDE_HOME - CDE includes and libraries -JAVA_HOME = /opt/java1.3 +JAVA_HOME = /opt/jdk14101 MOTIF_HOME = /usr CDE_HOME = /usr/dt @@ -43,10 +43,6 @@ CDE_LIB = -G -L$(CDE_HOME)/lib -lDtSvc # The following CFLAGS are for compiling both the SWT library and the CDE # library. # -# Note: -# The flag -xarch=generic ensure the compiled modules will be targeted -# for 32-bit architectures. If this flag is not -# CFLAGS = -Ae +z \ -DSWT_VERSION=$(SWT_VERSION) \ -DNO_XINERAMA_EXTENSIONS \ @@ -54,7 +50,8 @@ CFLAGS = -Ae +z \ -I./ \ -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/hp-ux \ -I$(MOTIF_HOME)/include \ - -I$(CDE_HOME)/include + -I$(CDE_HOME)/include \ + +DAportable all: make_swt make_cde |