summaryrefslogtreecommitdiff
path: root/trunk/win
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-04-20 19:16:06 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-04-20 19:16:06 +0000
commit821624ea3f4bc6aa577fbed264a2db8af422a7a5 (patch)
tree6e12eef6a8cb73f5c856375546260aa937f72ce3 /trunk/win
parent5b6b6963e166fe64df541a2a31e4ceb87de99a9f (diff)
Not sure why the cjpeg/djpeg image loaders got disabled, but re-enable them
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@175 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/win')
-rwxr-xr-xtrunk/win/Makerules4
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/win/Makerules b/trunk/win/Makerules
index 8aa258a..2696057 100755
--- a/trunk/win/Makerules
+++ b/trunk/win/Makerules
@@ -26,8 +26,8 @@ ifeq ($(NASM),)
NASM = nasm
endif
-CFLAGS = -W3 -wd4996 -Iwin -I.
-CDEFINES = -DWIN32 -D_CRT_SECURE_NO_DEPRECATE
+CFLAGS = -W3 -wd4996 -Iwin -I. -DBMP_SUPPORTED -DGIF_SUPPORTED \
+ -DPPM_SUPPORTED -DTARGA_SUPPORTED
ifeq ($(WIN64), yes)
NAFLAGS = -fwin64 -DWIN64 -DMSVC -D__x86_64__ -Iwin/
else