freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Devel] Freetype 2.1.0 on OpenVMS


From: zinser
Subject: [Devel] Freetype 2.1.0 on OpenVMS
Date: Sun, 28 Apr 2002 01:37:46 +0200

Hello,

I've build the latest Freetype version 2.1.0 with Compaq C V6.5 on 
OpenVMS Alpha V7.3. Both the build for the library and the demos went
smooth. Still I did found some small issues/improvements for the 
descrip.mms for the demo programs I've submitted earlier this year.
These are:

- Correct passing of compiler flags to all compile targets
- Added a clean target

Since these certainly do not adversely effect other platforms I hope
they can be integrated in the 2.1.1 source tree.

Greetings, Martin

*** descrip.mms.orig    Thu Apr 18 17:40:32 2002
--- descrip.mms Thu Apr 18 17:40:45 2002
***************
*** 67,81 ****
  $(OBJDIR)grfont.obj    : $(GRAPHSRC)grfont.c
  $(OBJDIR)grinit.obj    : $(GRAPHSRC)grinit.c
          set def $(GRAPHSRC)
!         $(CC)/include=([.x11],[])/define=(DEVICE_X11)/obj=[-.obj] grinit.c 
          set def [-]
  $(OBJDIR)grx11.obj     : $(GRX11SRC)grx11.c
          set def $(GRX11SRC)
!         $(CC)/obj=[--.obj]/include=([-]) grx11.c
          set def [--]
  $(OBJDIR)grdevice.obj  : $(GRAPHSRC)grdevice.c
  $(OBJDIR)ftmulti.obj   : $(SRCDIR)ftmulti.c
  $(OBJDIR)ftstring.obj  : $(SRCDIR)ftstring.c
  $(OBJDIR)fttimer.obj   : $(SRCDIR)fttimer.c
  
  # EOF
--- 67,83 ----
  $(OBJDIR)grfont.obj    : $(GRAPHSRC)grfont.c
  $(OBJDIR)grinit.obj    : $(GRAPHSRC)grinit.c
          set def $(GRAPHSRC)
!         $(CC)$(CCOPT)/include=([.x11],[])/define=(DEVICE_X11)/obj=[-.obj] 
grinit.c 
          set def [-]
  $(OBJDIR)grx11.obj     : $(GRX11SRC)grx11.c
          set def $(GRX11SRC)
!         $(CC)$(CCOPT)/obj=[--.obj]/include=([-]) grx11.c
          set def [--]
  $(OBJDIR)grdevice.obj  : $(GRAPHSRC)grdevice.c
  $(OBJDIR)ftmulti.obj   : $(SRCDIR)ftmulti.c
  $(OBJDIR)ftstring.obj  : $(SRCDIR)ftstring.c
  $(OBJDIR)fttimer.obj   : $(SRCDIR)fttimer.c
  
+ CLEAN :
+        delete $(OBJDIR)*.obj;*,$(OBJDIR)test.opt;*
  # EOF
Dr. Martin P.J. Zinser                              Email: address@hidden
2512 Victor Avenue                                  Phone: +1 312 523 6659
Glenview, IL, 60025                                 FAX:   +1 312 408 3071
USA



reply via email to

[Prev in Thread] Current Thread [Next in Thread]