-
Notifications
You must be signed in to change notification settings - Fork 4
/
desk_cf.prj
131 lines (103 loc) · 2.37 KB
/
desk_cf.prj
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
;
; Teradesk. Copyright (c) 1993 - 2002 W. Klaren.
; 2002 - 2011 H. Robbers,
; 2003 - 2011 Dj. Vukovic
;
; This file is part of Teradesk.
;
; Teradesk is free software; you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation; either version 2 of the License, or
; (at your option) any later version.
;
; Teradesk is distributed in the hope that it will be useful,
; but WITHOUT ANY WARRANTY; without even the implied warranty of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
; GNU General Public License for more details.
;
; You should have received a copy of the GNU General Public License
; along with Teradesk; if not, write to the Free Software
; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
;
;
; Name of the created executable file:
desk_cf.prg ; with _MINT_=1 for all systems
.C [-27] ; Coldfire/68020 compatible
; Compiler and linker options:
;
; -K: unsigned char;
; -Y: debug info
; -C: nested comments;
; -P: absolute calls;
; -G: size optimization (compiler); global symbols (linker)
; -L: local symbols (linker)
; -V: verbose output (assembler & linker)
.C[-C-]
.C[-P]
.C[-G]
.C[-Y]
.C[-Ilibrary\xdialog -Ilibrary\utility]
.L[-S=32000]
; without debug info
;.L[-G- -L- -Y-]
; with debug info
;.L[-G -L -Y]
=
; Standard startup code
ahcstart.o
; Note: set autodependencies in Pure-C shell options
;GEM part and main program
main.c
config.c
resource.c
icon.c
window.c
copy.c
printer.c
lists.c
applik.c
prgtype.c
icontype.c
filetype.c
screen.c
showinfo.c
font.c
va.c
dragdrop.c
rsc_load.c
;TOS part
environm.c
startprg.c
floppy.c
video.c
file.c
;Builtin modules
dir.c
open.c
viewer.c
;Replacements of and additions to library functions
events.c
slider.c
stringf.c
xfilesys.c
error.c
;Specific libraries:
library\xdialog\xdialog.c
library\xdialog\xdnmdial.c
library\xdialog\xdevent.c
library\xdialog\xddraw.c
library\xdialog\xdutil.c
library\xdialog\xdemodes.c
library\xdialog\xwindow.c
library\utility\pathutil.c
library\utility\cookie.c
library\utility\gettos.c
library\utility\xerror.c
library\utility\strsncpy.c
library\utility\minmax.c
library\utility\other.c
library\utility\nf_ops.c
library\utility\nf_shutd.c
;Standard libraries
ahccstdf.lib
ahccgemf.lib