home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / src / png / makefile.vc < prev    next >
Makefile  |  2002-07-09  |  665b  |  32 lines

  1.  
  2. !if "$(FINAL)" == "1"
  3. LIBTARGET=$(WXDIR)\lib\png.lib
  4. !else if "$(FINAL)" == "hybrid"
  5. LIBTARGET=$(WXDIR)\lib\pngh.lib
  6. !else
  7. LIBTARGET=$(WXDIR)\lib\pngd.lib
  8. !endif
  9.  
  10. OBJECTS = $D\png.obj \
  11.           $D\pngerror.obj \
  12.           $D\pngget.obj \
  13.           $D\pngmem.obj \
  14.           $D\pngpread.obj \
  15.           $D\pngread.obj \
  16.           $D\pngrio.obj \
  17.           $D\pngrtran.obj \
  18.           $D\pngrutil.obj \
  19.           $D\pngset.obj \
  20.           $D\pngtrans.obj \
  21.           $D\pngwio.obj \
  22.           $D\pngwrite.obj \
  23.           $D\pngwtran.obj \
  24.           $D\pngwutil.obj
  25.  
  26.  
  27.  
  28. # Pull in standard variable definitions
  29.  
  30. !include ..\makelib.vc
  31.  
  32.