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.wat < prev    next >
Makefile  |  2001-06-09  |  207b  |  14 lines

  1. #
  2. # Makefile for WATCOM
  3. #
  4. #
  5.  
  6. WXDIR = $(%WXWIN)
  7.  
  8. PROGRAM = wxconvert
  9. EXTRALIBS = $(WXDIR)\lib\wxxrc.lib
  10. OBJECTS=convert.obj rc2xml.obj rc2wxr.obj wxr2xml.obj
  11.  
  12. !include $(WXDIR)\src\makeprog.wat
  13.  
  14.