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 / utils / convertrc / Makefile.in < prev    next >
Makefile  |  2000-09-26  |  273b  |  12 lines

  1. # $Id: Makefile.in,v 1.1 2000/09/26 21:57:23 vaclavslavik Exp $
  2.  
  3. top_srcdir = @top_srcdir@/..
  4. top_builddir = ../../..
  5. program_dir = contrib/utils/convertrc
  6.  
  7. PROGRAM=convert
  8.  
  9. OBJECTS=convert.o rc2xml.o rc2wxr.o wxr2xml.o
  10.  
  11. include $(top_builddir)/src/makeprog.env
  12.