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 / samples / text / makefile.bcc < prev    next >
Makefile  |  2000-07-15  |  321b  |  20 lines

  1. #
  2. # File:        makefile.bcc
  3. # Author:    Julian Smart
  4. # Created:    1998
  5. # Updated:    
  6. #
  7. # Builds a BC++ 16-bit sample
  8.  
  9. !if "$(WXWIN)" == ""
  10. !error You must define the WXWIN variable in autoexec.bat, e.g. WXWIN=c:\wx
  11. !endif
  12.  
  13. WXDIR = $(WXWIN)
  14.  
  15. TARGET=text
  16. OBJECTS=$(TARGET).obj
  17.  
  18. !include $(WXDIR)\src\makeprog.bcc
  19.  
  20.