From 529cde0611e462967c6ce9be85d5ca6e8b69ba4c Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Thu, 8 May 2008 16:38:20 +0000 Subject: [PATCH] Fix libjpeg build by removing the __REACTOS__ define from it (already defined in "ReactOS-generic.rbuild") Also remove the USE_W32API define, which was done for many other modules in the past. Finally, fix the indentation of the rbuild file :) svn path=/trunk/; revision=33370 --- rosapps/lib/libjpeg/libjpeg.rbuild | 119 ++++++++++++++--------------- 1 file changed, 59 insertions(+), 60 deletions(-) diff --git a/rosapps/lib/libjpeg/libjpeg.rbuild b/rosapps/lib/libjpeg/libjpeg.rbuild index 8de4f40bcf9..94ce9adaccd 100644 --- a/rosapps/lib/libjpeg/libjpeg.rbuild +++ b/rosapps/lib/libjpeg/libjpeg.rbuild @@ -1,62 +1,61 @@ - - - 0x600 - 0x501 - - - - - - - - - . - jcapimin.c - jcapistd.c - jccoefct.c - jccolor.c - jcdctmgr.c - jchuff.c - jcinit.c - jcmainct.c - jcmarker.c - jcmaster.c - jcomapi.c - jcparam.c - jcphuff.c - jcprepct.c - jcsample.c - jctrans.c - jdapimin.c - jdapistd.c - jdatadst.c - jdatasrc.c - jdcoefct.c - jdcolor.c - jddctmgr.c - jdhuff.c - jdinput.c - jdmainct.c - jdmarker.c - jdmaster.c - jdmerge.c - jdphuff.c - jdpostct.c - jdsample.c - jdtrans.c - jerror.c - jfdctflt.c - jfdctfst.c - jfdctint.c - jidctflt.c - jidctfst.c - jidctint.c - jidctred.c - jmemmgr.c - jmemnobs.c - jquant1.c - jquant2.c - jutils.c - transupp.c + 0x600 + 0x501 + + + + + + + + + . + + jcapimin.c + jcapistd.c + jccoefct.c + jccolor.c + jcdctmgr.c + jchuff.c + jcinit.c + jcmainct.c + jcmarker.c + jcmaster.c + jcomapi.c + jcparam.c + jcphuff.c + jcprepct.c + jcsample.c + jctrans.c + jdapimin.c + jdapistd.c + jdatadst.c + jdatasrc.c + jdcoefct.c + jdcolor.c + jddctmgr.c + jdhuff.c + jdinput.c + jdmainct.c + jdmarker.c + jdmaster.c + jdmerge.c + jdphuff.c + jdpostct.c + jdsample.c + jdtrans.c + jerror.c + jfdctflt.c + jfdctfst.c + jfdctint.c + jidctflt.c + jidctfst.c + jidctint.c + jidctred.c + jmemmgr.c + jmemnobs.c + jquant1.c + jquant2.c + jutils.c + transupp.c \ No newline at end of file -- 2.17.1