home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / samples / typetest / makefile.bcc < prev    next >
Makefile  |  2000-03-14  |  289b  |  15 lines

  1. # Purpose: makefile for typetest example (BC++ 16bit)
  2. # Created: 2000-03-14
  3.  
  4. !if "$(WXWIN)" == ""
  5. !error You must define the WXWIN variable in autoexec.bat, e.g. WXWIN=c:\wx
  6. !endif
  7.  
  8. WXDIR = $(WXWIN)
  9.  
  10. TARGET=typetest
  11. OBJECTS=$(TARGET).obj
  12.  
  13. !include $(WXDIR)\src\makeprog.bcc
  14.  
  15.