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 / src / regex / makefile.b32 < prev    next >
Makefile  |  2001-07-13  |  189b  |  14 lines

  1.  
  2. LIBTARGET=$(WXDIR)\lib\regex.lib
  3.  
  4. OBJECTS= \
  5.         regcomp.obj \
  6.         regexec.obj \
  7.         regerror.obj \
  8.         regfree.obj
  9.  
  10. # Pull in standard variable definitions
  11.  
  12. !include ..\makelib.b32
  13.  
  14.