home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2233.zip / wxOS2-2_3_3.zip / wxWindows-2.3.3 / contrib / samples / svg / makefile.g95 < prev    next >
Makefile  |  2002-06-19  |  317b  |  16 lines

  1. # File:     makefile.g95 for svgtest demo
  2. # Author:    Julian Smart
  3. # Created:    2001-06-12
  4. # Updated:
  5.  
  6. WXDIR = ../../..
  7.  
  8. TARGET = svgtest
  9. OBJECTS = $(TARGET).o
  10. EXTRAINC = -I$(WXDIR)/contrib/include
  11. RCEXTRAINC = --include-dir $(WXDIR)/contrib/include
  12. EXTRALIBS = -ldcsvg
  13.  
  14. include $(WXDIR)/src/makeprog.g95
  15.  
  16.