home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / src / regex / makefile.vc < prev    next >
Makefile  |  2001-10-08  |  339b  |  19 lines

  1. !if "$(FINAL)" == "1"
  2. LIBTARGET=$(WXDIR)\lib\regex.lib
  3. !else if "$(FINAL)" == "hybrid"
  4. LIBTARGET=$(WXDIR)\lib\regexh.lib
  5. !else
  6. LIBTARGET=$(WXDIR)\lib\regexd.lib
  7. !endif
  8.  
  9. OBJECTS= \
  10.         $D\regcomp.obj \
  11.         $D\regexec.obj \
  12.         $D\regerror.obj \
  13.         $D\regfree.obj
  14.  
  15. # Pull in standard variable definitions
  16.  
  17. !include ..\makelib.vc
  18.  
  19.