X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ea64e17a224208f0cbffcb214399711d3678b867..7d610b90ffb5c212b429c717ebae5f605fc5fac7:/src/jpeg/makefile.vc?ds=sidebyside diff --git a/src/jpeg/makefile.vc b/src/jpeg/makefile.vc index 9f05dd6d22..b1fcfcb025 100644 --- a/src/jpeg/makefile.vc +++ b/src/jpeg/makefile.vc @@ -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 +!if "$(FINAL)" == "1" 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.