home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / contrib / src / ogl / makefile.bcc < prev    next >
Makefile  |  2001-05-07  |  476b  |  22 lines

  1. #
  2. # File:        makefile.bcc
  3. # Author:    Julian Smart
  4. # Created:    1998
  5. # Updated:    
  6. #
  7. # Builds OGL library for BC++, 16-bit
  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. LIBTARGET=$(WXDIR)\lib\ogl.lib
  16.  
  17. OBJECTS = basic.obj basic2.obj canvas.obj ogldiag.obj lines.obj misc.obj divided.obj constrnt.obj\
  18.  composit.obj drawn.obj bmpshape.obj mfutils.obj
  19.  
  20. !include $(WXDIR)\src\makelib.bcc
  21.  
  22.