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 / xrc / makefile.g95 < prev    next >
Makefile  |  2002-08-14  |  310b  |  19 lines

  1. # File:     makefile.g95 for stectrl
  2. # Author:    Robin Dunn
  3. # Created:    1-Feb-2000
  4. # Updated:
  5.  
  6. WXDIR = ../../..
  7.  
  8. TARGET = xrcdemo
  9. OBJECTS = $(TARGET).o \
  10.     myframe.o \
  11.         derivdlg.o \
  12.     custclas.o
  13. EXTRAINC = -I$(WXDIR)/contrib/include
  14. EXTRALIBS = -lwxxrc
  15.  
  16. include $(WXDIR)/src/makeprog.g95
  17.  
  18.  
  19.