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 / samples / gizmos / multicell / makefile.b32 next >
Makefile  |  2001-06-13  |  214b  |  12 lines

  1. # Purpose: makefile for multicell example (BC++ 32bit)
  2. # Created 2000-07-28
  3.  
  4. WXDIR = $(WXWIN)
  5.  
  6. TARGET=mtest
  7. OBJECTS = $(TARGET).obj
  8. EXTRALIBS=$(WXDIR)\lib\gizmos.lib
  9.  
  10. !include $(WXDIR)\src\makeprog.b32
  11.  
  12.