File: makdjpeg.st

package info (click to toggle)
xloadimage 4.1-3
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 2,580 kB
  • ctags: 3,902
  • sloc: ansic: 35,724; makefile: 410; asm: 284; sh: 107
file content (37 lines) | stat: -rw-r--r-- 1,453 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
; Project file for Independent JPEG Group's software
;
; This project file is for Atari ST/STE/TT systems using Pure C or Turbo C.
; Thanks to Frank Moehle (Frank.Moehle@arbi.informatik.uni-oldenburg.de)
; and to Dr. B. Setzepfandt (bernd@gina.uni-muenster.de).
;
; To use this file, rename it to DJPEG.PRJ.
; If you are using Turbo C, change filenames beginning with "PC..." to "TC..."
; Read SETUP instructions before trying to make the program!
;
;
;      * * * Output file * * *
djpeg.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
=
; * * * * List of modules * * * * 
PCSTART.O
jdmain.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
PCSTDLIB.LIB       ; standard library
PCEXTLIB.LIB       ; extended library