]> git.saurik.com Git - wxWidgets.git/blobdiff - src/jpeg/makefile.vc
merge of wxMac into main repository
[wxWidgets.git] / src / jpeg / makefile.vc
index 9f05dd6d22287952e644eeed4861ac799703ca32..b1fcfcb0258118ebadf075b226c98002ccd5caa1 100644 (file)
@@ -79,7 +79,11 @@ 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
 
         rdcolmap.obj cdjpeg.obj
 TROBJECTS= jpegtran.obj rdswitch.obj cdjpeg.obj transupp.obj
 
+!if "$(FINAL)" == "1"
 LIBTARGET=..\..\lib\jpeg.lib
 LIBTARGET=..\..\lib\jpeg.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.
 
 # 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.