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.b32 < prev    next >
Makefile  |  2001-05-07  |  391b  |  19 lines

  1. #
  2. # File:        makefile.b32
  3. # Author:    Julian Smart
  4. # Created:    1999
  5. # Updated:    
  6. # Copyright:
  7. #
  8. # Makefile : Builds OGL library for 32-bit BC++
  9.  
  10. WXDIR = $(WXWIN)
  11.  
  12. LIBTARGET=$(WXDIR)\lib\ogl.lib
  13.  
  14. OBJECTS = basic.obj basic2.obj canvas.obj ogldiag.obj lines.obj misc.obj divided.obj constrnt.obj\
  15.  composit.obj drawn.obj bmpshape.obj mfutils.obj
  16.  
  17. !include $(WXDIR)\src\makelib.b32
  18.  
  19.