]> git.saurik.com Git - wxWidgets.git/blobdiff - src/jpeg/makefile.vc
regenerated
[wxWidgets.git] / src / jpeg / makefile.vc
index 9f05dd6d22287952e644eeed4861ac799703ca32..d958b65e53d52b697449253932fc5177cb739111 100644 (file)
@@ -79,7 +79,13 @@ DOBJECTS= djpeg.obj wrppm.obj wrgif.obj wrtarga.obj wrrle.obj wrbmp.obj \
         rdcolmap.obj cdjpeg.obj
 TROBJECTS= jpegtran.obj rdswitch.obj cdjpeg.obj transupp.obj
 
+!if "$(FINAL)" == "1"
 LIBTARGET=..\..\lib\jpeg.lib
+!else if "$(FINAL)" == "hybrid"
+LIBTARGET=..\..\lib\jpegh.lib
+!else
+LIBTARGET=..\..\lib\jpegd.lib
+!endif
 
 # Note: we have to put this first, to override the default definition
 # which doesn't work because there are too many files on the command line.
@@ -92,7 +98,7 @@ defaulttarget:
 clean:
     -erase $(LIBTARGET)
     -erase *.obj
-    
+
 # Pull in standard variable definitions
 
 !include ..\makelib.vc