The Independent JPEG Group's JPEG software v5
diff --git a/makcjpeg.st b/makcjpeg.st
index 4819efb..f524a8f 100644
--- a/makcjpeg.st
+++ b/makcjpeg.st
@@ -6,32 +6,30 @@
 ;
 ; To use this file, rename it to CJPEG.PRJ.
 ; If you are using Turbo C, change filenames beginning with "PC..." to "TC..."
-; Read SETUP instructions before trying to make the program!
+; Read installation instructions before trying to make the program!
 ;
 ;
 ;      * * * Output file * * *
 cjpeg.ttp
 ;
-;      * * * DEFINES * * * 
-.C[-DHAVE_STDC]
-.C[-DINCLUDES_ARE_ANSI]
-.C[-DNEED_SIGNAL_CATCHER]  ; It's safer to have a signal catcher.
-.C[-DTWO_FILE_COMMANDLINE] ; If you like the UNIX - style with
-                           ; I/O redirection, comment this line out.
-.C[-DPROGRESS_REPORT]      ; This enables the % progress indicator
-;
 ; * * * COMPILER OPTIONS * * *  
 .C[-P]        ; absolute calls
 .C[-M]        ; and no string merging, folks
-.C[-w-par]    ; no "parameter xxxx unused"
-.C[-DINCOMPLETE_TYPES_BROKEN] ; suppress warnings about undefined structures
-.C[-wsig]     ; warn if significant digits may be lost
 .C[-w-cln]    ; no "constant is long" warnings
+.C[-w-par]    ; no "parameter xxxx unused"
+.C[-w-rch]    ; no "unreachable code"
+.C[-wsig]     ; warn if significant digits may be lost
 =
 ; * * * * List of modules * * * * 
 PCSTART.O
-jcmain.c		(jinclude.h,jconfig.h,jpegdata.h,jversion.h)
-JPEG.LIB           ; built by LIB_JPEG.PRJ
-;PCFLTLIB.LIB      ; floating point library -- you shouldn't need this
+cjpeg.c	(cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h,jversion.h)
+rdppm.c	(cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
+rdgif.c	(cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
+rdtarga.c	(cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
+rdbmp.c	(cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
+rdrle.c	(cdjpeg.h,jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h,cderror.h)
+LIBJPEG.LIB        ; built by LIBJPEG.PRJ
+PCFLTLIB.LIB       ; floating point library
+; the float library can be omitted if you've turned off DCT_FLOAT_SUPPORTED
 PCSTDLIB.LIB       ; standard library
 PCEXTLIB.LIB       ; extended library