Mercurial > hg > xemacs-beta
annotate nt/xemacs.dsp @ 5607:1a507c4c6c42
Refactor out sequence-oriented builtins from fns.c to the new sequence.c.
src/ChangeLog addition:
2011-12-04 Aidan Kehoe <kehoea@parhasard.net>
* Makefile.in.in (objs):
* depend:
Add sequence.o to the list of objects and dependencies.
* alloc.c:
* alloc.c (mark_bit_vector):
* alloc.c (print_bit_vector):
* alloc.c (bit_vector_equal):
* alloc.c (internal_bit_vector_equalp_hash):
* alloc.c (bit_vector_hash):
* alloc.c (init_alloc_once_early):
Move the implementation of the bit vector type here from fns.c.
* emacs.c (main_1):
Call syms_of_sequence() here, now sequence.c is included.
* fns.c (Fold_rassq):
Move this together with the rest of the Fold_* functions.
* fns.c:
* fns.c (syms_of_fns):
Move most functions dealing with sequences generally, and
especially those taking key arguments, to a separate file,
sequence.c.
* general-slots.h:
Qyes_or_no_p belong here, not fns.c.
* lisp.h:
Make Flist_length available here, it's used by sequence.c
* sequence.c:
* sequence.c (check_sequence_range):
* sequence.c (Flength):
* sequence.c (check_other_nokey):
* sequence.c (check_other_key):
* sequence.c (check_if_key):
* sequence.c (check_match_eq_key):
* sequence.c (check_match_eql_key):
* sequence.c (check_match_equal_key):
* sequence.c (check_match_equalp_key):
* sequence.c (check_match_other_key):
* sequence.c (check_lss_key):
* sequence.c (check_lss_key_car):
* sequence.c (check_string_lessp_key):
* sequence.c (check_string_lessp_key_car):
* sequence.c (get_check_match_function_1):
* sequence.c (get_merge_predicate):
* sequence.c (count_with_tail):
* sequence.c (list_count_from_end):
* sequence.c (string_count_from_end):
* sequence.c (Fcount):
* sequence.c (Fsubseq):
* sequence.c (list_position_cons_before):
* sequence.c (FmemberX):
* sequence.c (Fadjoin):
* sequence.c (FassocX):
* sequence.c (FrassocX):
* sequence.c (position):
* sequence.c (Fposition):
* sequence.c (Ffind):
* sequence.c (delq_no_quit_and_free_cons):
* sequence.c (FdeleteX):
* sequence.c (FremoveX):
* sequence.c (list_delete_duplicates_from_end):
* sequence.c (Fdelete_duplicates):
* sequence.c (Fremove_duplicates):
* sequence.c (Fnreverse):
* sequence.c (Freverse):
* sequence.c (list_merge):
* sequence.c (array_merge):
* sequence.c (list_array_merge_into_list):
* sequence.c (list_list_merge_into_array):
* sequence.c (list_array_merge_into_array):
* sequence.c (Fmerge):
* sequence.c (list_sort):
* sequence.c (array_sort):
* sequence.c (FsortX):
* sequence.c (Ffill):
* sequence.c (mapcarX):
* sequence.c (shortest_length_among_sequences):
* sequence.c (Fmapconcat):
* sequence.c (FmapcarX):
* sequence.c (Fmapvector):
* sequence.c (Fmapcan):
* sequence.c (Fmap):
* sequence.c (Fmap_into):
* sequence.c (Fsome):
* sequence.c (Fevery):
* sequence.c (Freduce):
* sequence.c (replace_string_range_1):
* sequence.c (Freplace):
* sequence.c (Fnsubstitute):
* sequence.c (Fsubstitute):
* sequence.c (subst):
* sequence.c (sublis):
* sequence.c (Fsublis):
* sequence.c (nsublis):
* sequence.c (Fnsublis):
* sequence.c (Fsubst):
* sequence.c (Fnsubst):
* sequence.c (tree_equal):
* sequence.c (Ftree_equal):
* sequence.c (mismatch_from_end):
* sequence.c (mismatch_list_list):
* sequence.c (mismatch_list_string):
* sequence.c (mismatch_list_array):
* sequence.c (mismatch_string_array):
* sequence.c (mismatch_string_string):
* sequence.c (mismatch_array_array):
* sequence.c (get_mismatch_func):
* sequence.c (Fmismatch):
* sequence.c (Fsearch):
* sequence.c (venn):
* sequence.c (nvenn):
* sequence.c (Funion):
* sequence.c (Fset_exclusive_or):
* sequence.c (Fnset_exclusive_or):
* sequence.c (syms_of_sequence):
Add this file, containing those general functions that dealt with
sequences that were in fns.c.
* symsinit.h:
Make syms_of_sequence() available here.
man/ChangeLog addition:
2011-12-04 Aidan Kehoe <kehoea@parhasard.net>
* internals/internals.texi (Basic Lisp Modules):
Document sequence.c here too.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 04 Dec 2011 18:42:50 +0000 |
parents | 1dab05f2cc51 |
children |
rev | line source |
---|---|
3363 | 1 # Microsoft Developer Studio Project File - Name="xemacs" - Package Owner=<4> |
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00 | |
5453
1dab05f2cc51
Copyright and license added to nt/xemacs.dsp.
Mats Lidell <matsl@xemacs.org>
parents:
5176
diff
changeset
|
3 |
1dab05f2cc51
Copyright and license added to nt/xemacs.dsp.
Mats Lidell <matsl@xemacs.org>
parents:
5176
diff
changeset
|
4 # Copyright (C) 2000, 2002, 2003, 2010 Ben Wing |
1dab05f2cc51
Copyright and license added to nt/xemacs.dsp.
Mats Lidell <matsl@xemacs.org>
parents:
5176
diff
changeset
|
5 # Copyright (C) 2000 Jonathan Harris |
1dab05f2cc51
Copyright and license added to nt/xemacs.dsp.
Mats Lidell <matsl@xemacs.org>
parents:
5176
diff
changeset
|
6 # Copyright (C) 2004, 2009 Jerry James |
1dab05f2cc51
Copyright and license added to nt/xemacs.dsp.
Mats Lidell <matsl@xemacs.org>
parents:
5176
diff
changeset
|
7 # Copyright (C) 2005 Marcus Crestani |
1dab05f2cc51
Copyright and license added to nt/xemacs.dsp.
Mats Lidell <matsl@xemacs.org>
parents:
5176
diff
changeset
|
8 # Copyright (C) 2006 Adrian Aichner |
1dab05f2cc51
Copyright and license added to nt/xemacs.dsp.
Mats Lidell <matsl@xemacs.org>
parents:
5176
diff
changeset
|
9 |
1dab05f2cc51
Copyright and license added to nt/xemacs.dsp.
Mats Lidell <matsl@xemacs.org>
parents:
5176
diff
changeset
|
10 # This file is part of XEmacs. |
1dab05f2cc51
Copyright and license added to nt/xemacs.dsp.
Mats Lidell <matsl@xemacs.org>
parents:
5176
diff
changeset
|
11 |
1dab05f2cc51
Copyright and license added to nt/xemacs.dsp.
Mats Lidell <matsl@xemacs.org>
parents:
5176
diff
changeset
|
12 # XEmacs is free software: you can redistribute it and/or modify it |
1dab05f2cc51
Copyright and license added to nt/xemacs.dsp.
Mats Lidell <matsl@xemacs.org>
parents:
5176
diff
changeset
|
13 # under the terms of the GNU General Public License as published by the |
1dab05f2cc51
Copyright and license added to nt/xemacs.dsp.
Mats Lidell <matsl@xemacs.org>
parents:
5176
diff
changeset
|
14 # Free Software Foundation, either version 3 of the License, or (at your |
1dab05f2cc51
Copyright and license added to nt/xemacs.dsp.
Mats Lidell <matsl@xemacs.org>
parents:
5176
diff
changeset
|
15 # option) any later version. |
1dab05f2cc51
Copyright and license added to nt/xemacs.dsp.
Mats Lidell <matsl@xemacs.org>
parents:
5176
diff
changeset
|
16 |
1dab05f2cc51
Copyright and license added to nt/xemacs.dsp.
Mats Lidell <matsl@xemacs.org>
parents:
5176
diff
changeset
|
17 # XEmacs is distributed in the hope that it will be useful, but WITHOUT |
1dab05f2cc51
Copyright and license added to nt/xemacs.dsp.
Mats Lidell <matsl@xemacs.org>
parents:
5176
diff
changeset
|
18 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
1dab05f2cc51
Copyright and license added to nt/xemacs.dsp.
Mats Lidell <matsl@xemacs.org>
parents:
5176
diff
changeset
|
19 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
1dab05f2cc51
Copyright and license added to nt/xemacs.dsp.
Mats Lidell <matsl@xemacs.org>
parents:
5176
diff
changeset
|
20 # for more details. |
1dab05f2cc51
Copyright and license added to nt/xemacs.dsp.
Mats Lidell <matsl@xemacs.org>
parents:
5176
diff
changeset
|
21 |
1dab05f2cc51
Copyright and license added to nt/xemacs.dsp.
Mats Lidell <matsl@xemacs.org>
parents:
5176
diff
changeset
|
22 # You should have received a copy of the GNU General Public License |
1dab05f2cc51
Copyright and license added to nt/xemacs.dsp.
Mats Lidell <matsl@xemacs.org>
parents:
5176
diff
changeset
|
23 # along with XEmacs. If not, see <http://www.gnu.org/licenses/>. |
1dab05f2cc51
Copyright and license added to nt/xemacs.dsp.
Mats Lidell <matsl@xemacs.org>
parents:
5176
diff
changeset
|
24 |
3363 | 25 # ** DO NOT EDIT ** |
26 | |
27 # TARGTYPE "Win32 (x86) External Target" 0x0106 | |
28 | |
29 CFG=xemacs - Win32 Debug | |
30 !MESSAGE This is not a valid makefile. To build this project using NMAKE, | |
31 !MESSAGE use the Export Makefile command and run | |
32 !MESSAGE | |
33 !MESSAGE NMAKE /f "xemacs.mak". | |
34 !MESSAGE | |
35 !MESSAGE You can specify a configuration when running NMAKE | |
36 !MESSAGE by defining the macro CFG on the command line. For example: | |
37 !MESSAGE | |
38 !MESSAGE NMAKE /f "xemacs.mak" CFG="xemacs - Win32 Debug" | |
39 !MESSAGE | |
40 !MESSAGE Possible choices for configuration are: | |
41 !MESSAGE | |
42 !MESSAGE "xemacs - Win32 Release" (based on "Win32 (x86) External Target") | |
43 !MESSAGE "xemacs - Win32 Debug" (based on "Win32 (x86) External Target") | |
44 !MESSAGE | |
45 | |
46 # Begin Project | |
47 # PROP AllowPerConfigDependencies 0 | |
48 # PROP Scc_ProjName "" | |
49 # PROP Scc_LocalPath "" | |
50 | |
51 !IF "$(CFG)" == "xemacs - Win32 Release" | |
52 | |
53 # PROP BASE Use_Debug_Libraries 0 | |
54 # PROP BASE Output_Dir "Release" | |
55 # PROP BASE Intermediate_Dir "Release" | |
56 # PROP BASE Cmd_Line "NMAKE /f xemacs.mak" | |
57 # PROP BASE Rebuild_Opt "/a" | |
58 # PROP BASE Target_File "xemacs.exe" | |
59 # PROP BASE Bsc_Name "xemacs.bsc" | |
60 # PROP BASE Target_Dir "" | |
61 # PROP Use_Debug_Libraries 0 | |
62 # PROP Output_Dir "..\src" | |
63 # PROP Intermediate_Dir "obj" | |
64 # PROP Cmd_Line "NMAKE /f xemacs.mak" | |
65 # PROP Rebuild_Opt "/a" | |
66 # PROP Target_File "xemacs.exe" | |
67 # PROP Bsc_Name "xemacs.bsc" | |
68 # PROP Target_Dir "" | |
69 | |
70 !ELSEIF "$(CFG)" == "xemacs - Win32 Debug" | |
71 | |
72 # PROP BASE Use_Debug_Libraries 1 | |
73 # PROP BASE Output_Dir "Debug" | |
74 # PROP BASE Intermediate_Dir "Debug" | |
75 # PROP BASE Cmd_Line "NMAKE /f xemacs.mak" | |
76 # PROP BASE Rebuild_Opt "/a" | |
77 # PROP BASE Target_File "xemacs.exe" | |
78 # PROP BASE Bsc_Name "xemacs.bsc" | |
79 # PROP BASE Target_Dir "" | |
80 # PROP Use_Debug_Libraries 1 | |
81 # PROP Output_Dir "..\src" | |
82 # PROP Intermediate_Dir "obj" | |
83 # PROP Cmd_Line "NMAKE /k /f xemacs.mak" | |
84 # PROP Rebuild_Opt "/a" | |
85 # PROP Target_File "..\src\xemacs.exe" | |
86 # PROP Bsc_Name "..\src\temacs.bsc" | |
87 # PROP Target_Dir "" | |
88 | |
89 !ENDIF | |
90 | |
91 # Begin Target | |
92 | |
93 # Name "xemacs - Win32 Release" | |
94 # Name "xemacs - Win32 Debug" | |
95 | |
96 !IF "$(CFG)" == "xemacs - Win32 Release" | |
97 | |
98 !ELSEIF "$(CFG)" == "xemacs - Win32 Debug" | |
99 | |
100 !ENDIF | |
101 | |
102 # Begin Source File | |
103 | |
104 SOURCE=..\src\abbrev.c | |
105 # End Source File | |
106 # Begin Source File | |
107 | |
108 SOURCE=..\src\alloc.c | |
109 # End Source File | |
110 # Begin Source File | |
111 | |
112 SOURCE=..\src\alloca.c | |
113 # End Source File | |
114 # Begin Source File | |
115 | |
116 SOURCE=..\src\backtrace.h | |
117 # End Source File | |
118 # Begin Source File | |
119 | |
120 SOURCE="..\src\balloon-x.c" | |
121 # End Source File | |
122 # Begin Source File | |
123 | |
124 SOURCE=..\src\balloon_help.c | |
125 # End Source File | |
126 # Begin Source File | |
127 | |
128 SOURCE=..\src\balloon_help.h | |
129 # End Source File | |
130 # Begin Source File | |
131 | |
132 SOURCE=..\src\bitmaps.h | |
133 # End Source File | |
134 # Begin Source File | |
135 | |
136 SOURCE=..\src\blocktype.c | |
137 # End Source File | |
138 # Begin Source File | |
139 | |
140 SOURCE=..\src\blocktype.h | |
141 # End Source File | |
142 # Begin Source File | |
143 | |
144 SOURCE=..\src\buffer.c | |
145 # End Source File | |
146 # Begin Source File | |
147 | |
148 SOURCE=..\src\buffer.h | |
149 # End Source File | |
150 # Begin Source File | |
151 | |
152 SOURCE=..\src\bufslots.h | |
153 # End Source File | |
154 # Begin Source File | |
155 | |
156 SOURCE=..\src\bytecode.c | |
157 # End Source File | |
158 # Begin Source File | |
159 | |
160 SOURCE=..\src\bytecode.h | |
161 # End Source File | |
162 # Begin Source File | |
163 | |
164 SOURCE=..\src\callint.c | |
165 # End Source File | |
166 # Begin Source File | |
167 | |
168 SOURCE=..\src\casefiddle.c | |
169 # End Source File | |
170 # Begin Source File | |
171 | |
172 SOURCE=..\src\casetab.c | |
173 # End Source File | |
174 # Begin Source File | |
175 | |
176 SOURCE=..\src\chartab.c | |
177 # End Source File | |
178 # Begin Source File | |
179 | |
180 SOURCE=..\src\chartab.h | |
181 # End Source File | |
182 # Begin Source File | |
183 | |
184 SOURCE=..\src\cm.c | |
185 # End Source File | |
186 # Begin Source File | |
187 | |
188 SOURCE=..\src\cm.h | |
189 # End Source File | |
190 # Begin Source File | |
191 | |
192 SOURCE=..\src\cmdloop.c | |
193 # End Source File | |
194 # Begin Source File | |
195 | |
196 SOURCE=..\src\cmds.c | |
197 # End Source File | |
198 # Begin Source File | |
199 | |
200 SOURCE=..\src\commands.h | |
201 # End Source File | |
202 # Begin Source File | |
203 | |
204 SOURCE=..\src\config.h | |
205 # End Source File | |
206 # Begin Source File | |
207 | |
208 SOURCE=..\src\conslots.h | |
209 # End Source File | |
210 # Begin Source File | |
211 | |
212 SOURCE="..\src\console-msw.c" | |
213 # End Source File | |
214 # Begin Source File | |
215 | |
216 SOURCE="..\src\console-msw.h" | |
217 # End Source File | |
218 # Begin Source File | |
219 | |
220 SOURCE="..\src\console-stream.c" | |
221 # End Source File | |
222 # Begin Source File | |
223 | |
224 SOURCE="..\src\console-stream.h" | |
225 # End Source File | |
226 # Begin Source File | |
227 | |
228 SOURCE="..\src\console-tty.c" | |
229 # End Source File | |
230 # Begin Source File | |
231 | |
232 SOURCE="..\src\console-tty.h" | |
233 # End Source File | |
234 # Begin Source File | |
235 | |
236 SOURCE="..\src\console-x.c" | |
237 # End Source File | |
238 # Begin Source File | |
239 | |
240 SOURCE="..\src\console-x.h" | |
241 # End Source File | |
242 # Begin Source File | |
243 | |
244 SOURCE=..\src\console.c | |
245 # End Source File | |
246 # Begin Source File | |
247 | |
248 SOURCE=..\src\console.h | |
249 # End Source File | |
250 # Begin Source File | |
251 | |
252 SOURCE=..\src\data.c | |
253 # End Source File | |
254 # Begin Source File | |
255 | |
256 SOURCE=..\src\database.c | |
257 # End Source File | |
258 # Begin Source File | |
259 | |
260 SOURCE=..\src\database.h | |
261 # End Source File | |
262 # Begin Source File | |
263 | |
264 SOURCE=..\src\debug.c | |
265 # End Source File | |
266 # Begin Source File | |
267 | |
268 SOURCE=..\src\debug.h | |
269 # End Source File | |
270 # Begin Source File | |
271 | |
272 SOURCE="..\src\device-msw.c" | |
273 # End Source File | |
274 # Begin Source File | |
275 | |
276 SOURCE="..\src\device-tty.c" | |
277 # End Source File | |
278 # Begin Source File | |
279 | |
280 SOURCE="..\src\device-x.c" | |
281 # End Source File | |
282 # Begin Source File | |
283 | |
284 SOURCE=..\src\device.c | |
285 # End Source File | |
286 # Begin Source File | |
287 | |
288 SOURCE=..\src\device.h | |
289 # End Source File | |
290 # Begin Source File | |
291 | |
292 SOURCE="..\src\dialog-msw.c" | |
293 # End Source File | |
294 # Begin Source File | |
295 | |
296 SOURCE="..\src\dialog-x.c" | |
297 # End Source File | |
298 # Begin Source File | |
299 | |
300 SOURCE=..\src\dialog.c | |
301 # End Source File | |
302 # Begin Source File | |
303 | |
304 SOURCE="..\src\dired-msw.c" | |
305 # End Source File | |
306 # Begin Source File | |
307 | |
308 SOURCE=..\src\dired.c | |
309 # End Source File | |
310 # Begin Source File | |
311 | |
312 SOURCE=..\src\doc.c | |
313 # End Source File | |
314 # Begin Source File | |
315 | |
316 SOURCE=..\src\doprnt.c | |
317 # End Source File | |
318 # Begin Source File | |
319 | |
320 SOURCE=..\src\dragdrop.c | |
321 # End Source File | |
322 # Begin Source File | |
323 | |
324 SOURCE=..\src\dragdrop.h | |
325 # End Source File | |
326 # Begin Source File | |
327 | |
328 SOURCE=..\src\dynarr.c | |
329 # End Source File | |
330 # Begin Source File | |
331 | |
332 SOURCE=..\src\ecrt0.c | |
333 # End Source File | |
334 # Begin Source File | |
335 | |
336 SOURCE=..\src\editfns.c | |
337 # End Source File | |
338 # Begin Source File | |
339 | |
340 SOURCE=..\src\eldap.c | |
341 # End Source File | |
342 # Begin Source File | |
343 | |
344 SOURCE=..\src\eldap.h | |
345 # End Source File | |
346 # Begin Source File | |
347 | |
348 SOURCE=..\src\elhash.c | |
349 # End Source File | |
350 # Begin Source File | |
351 | |
352 SOURCE=..\src\elhash.h | |
353 # End Source File | |
354 # Begin Source File | |
355 | |
356 SOURCE=..\src\Emacs.ad.h | |
357 # End Source File | |
358 # Begin Source File | |
359 | |
360 SOURCE=..\src\emacs.c | |
361 # End Source File | |
362 # Begin Source File | |
363 | |
364 SOURCE=..\src\EmacsFrame.c | |
365 # End Source File | |
366 # Begin Source File | |
367 | |
368 SOURCE=..\src\EmacsFrame.h | |
369 # End Source File | |
370 # Begin Source File | |
371 | |
372 SOURCE=..\src\EmacsFrameP.h | |
373 # End Source File | |
374 # Begin Source File | |
375 | |
376 SOURCE=..\src\EmacsManager.c | |
377 # End Source File | |
378 # Begin Source File | |
379 | |
380 SOURCE=..\src\EmacsManager.h | |
381 # End Source File | |
382 # Begin Source File | |
383 | |
384 SOURCE=..\src\EmacsManagerP.h | |
385 # End Source File | |
386 # Begin Source File | |
387 | |
388 SOURCE="..\src\EmacsShell-sub.c" | |
389 # End Source File | |
390 # Begin Source File | |
391 | |
392 SOURCE=..\src\EmacsShell.c | |
393 # End Source File | |
394 # Begin Source File | |
395 | |
396 SOURCE=..\src\EmacsShell.h | |
397 # End Source File | |
398 # Begin Source File | |
399 | |
400 SOURCE=..\src\EmacsShellP.h | |
401 # End Source File | |
402 # Begin Source File | |
403 | |
404 SOURCE=..\src\emodules.c | |
405 # End Source File | |
406 # Begin Source File | |
407 | |
408 SOURCE=..\src\emodules.h | |
409 # End Source File | |
410 # Begin Source File | |
411 | |
412 SOURCE=..\src\esd.c | |
413 # End Source File | |
414 # Begin Source File | |
415 | |
416 SOURCE=..\src\eval.c | |
417 # End Source File | |
418 # Begin Source File | |
419 | |
420 SOURCE="..\src\event-msw.c" | |
421 # End Source File | |
422 # Begin Source File | |
423 | |
424 SOURCE="..\src\event-stream.c" | |
425 # End Source File | |
426 # Begin Source File | |
427 | |
428 SOURCE="..\src\event-tty.c" | |
429 # End Source File | |
430 # Begin Source File | |
431 | |
432 SOURCE="..\src\event-unixoid.c" | |
433 # End Source File | |
434 # Begin Source File | |
435 | |
436 SOURCE="..\src\event-Xt.c" | |
437 # End Source File | |
438 # Begin Source File | |
439 | |
440 SOURCE="..\src\events-mod.h" | |
441 # End Source File | |
442 # Begin Source File | |
443 | |
444 SOURCE=..\src\events.c | |
445 # End Source File | |
446 # Begin Source File | |
447 | |
448 SOURCE=..\src\events.h | |
449 # End Source File | |
450 # Begin Source File | |
451 | |
452 SOURCE=..\src\extents.c | |
453 # End Source File | |
454 # Begin Source File | |
455 | |
456 SOURCE=..\src\extents.h | |
457 # End Source File | |
458 # Begin Source File | |
459 | |
460 SOURCE="..\src\ExternalClient-Xlib.c" | |
461 # End Source File | |
462 # Begin Source File | |
463 | |
464 SOURCE=..\src\ExternalClient.c | |
465 # End Source File | |
466 # Begin Source File | |
467 | |
468 SOURCE=..\src\ExternalClient.h | |
469 # End Source File | |
470 # Begin Source File | |
471 | |
472 SOURCE=..\src\ExternalClientP.h | |
473 # End Source File | |
474 # Begin Source File | |
475 | |
476 SOURCE=..\src\ExternalShell.c | |
477 # End Source File | |
478 # Begin Source File | |
479 | |
480 SOURCE=..\src\ExternalShell.h | |
481 # End Source File | |
482 # Begin Source File | |
483 | |
484 SOURCE=..\src\ExternalShellP.h | |
485 # End Source File | |
486 # Begin Source File | |
487 | |
488 SOURCE="..\src\extw-Xlib.c" | |
489 # End Source File | |
490 # Begin Source File | |
491 | |
492 SOURCE="..\src\extw-Xlib.h" | |
493 # End Source File | |
494 # Begin Source File | |
495 | |
496 SOURCE="..\src\extw-Xt.c" | |
497 # End Source File | |
498 # Begin Source File | |
499 | |
500 SOURCE="..\src\extw-Xt.h" | |
501 # End Source File | |
502 # Begin Source File | |
503 | |
504 SOURCE=..\src\faces.c | |
505 # End Source File | |
506 # Begin Source File | |
507 | |
508 SOURCE=..\src\faces.h | |
509 # End Source File | |
510 # Begin Source File | |
511 | |
512 SOURCE="..\src\file-coding.c" | |
513 # End Source File | |
514 # Begin Source File | |
515 | |
516 SOURCE="..\src\file-coding.h" | |
517 # End Source File | |
518 # Begin Source File | |
519 | |
520 SOURCE=..\src\fileio.c | |
521 # End Source File | |
522 # Begin Source File | |
523 | |
524 SOURCE=..\src\filelock.c | |
525 # End Source File | |
526 # Begin Source File | |
527 | |
528 SOURCE=..\src\filemode.c | |
529 # End Source File | |
530 # Begin Source File | |
531 | |
532 SOURCE=..\src\floatfns.c | |
533 # End Source File | |
534 # Begin Source File | |
535 | |
536 SOURCE=..\src\fns.c | |
537 # End Source File | |
538 # Begin Source File | |
539 | |
540 SOURCE="..\src\font-lock.c" | |
541 # End Source File | |
542 # Begin Source File | |
543 | |
544 SOURCE="..\src\frame-msw.c" | |
545 # End Source File | |
546 # Begin Source File | |
547 | |
548 SOURCE="..\src\frame-tty.c" | |
549 # End Source File | |
550 # Begin Source File | |
551 | |
552 SOURCE="..\src\frame-x.c" | |
553 # End Source File | |
554 # Begin Source File | |
555 | |
556 SOURCE=..\src\frame.c | |
557 # End Source File | |
558 # Begin Source File | |
559 | |
560 SOURCE=..\src\frame.h | |
561 # End Source File | |
562 # Begin Source File | |
563 | |
564 SOURCE=..\src\frameslots.h | |
565 # End Source File | |
566 # Begin Source File | |
567 | |
568 SOURCE="..\src\free-hook.c" | |
569 # End Source File | |
570 # Begin Source File | |
571 | |
572 SOURCE=..\src\gc.c | |
573 # End Source File | |
574 # Begin Source File | |
575 | |
576 SOURCE=..\src\gc.h | |
577 # End Source File | |
578 # Begin Source File | |
579 | |
580 SOURCE=..\src\general.c | |
581 # End Source File | |
582 # Begin Source File | |
583 | |
584 SOURCE=..\src\getloadavg.c | |
585 # End Source File | |
586 # Begin Source File | |
587 | |
588 SOURCE=..\src\getpagesize.h | |
589 # End Source File | |
590 # Begin Source File | |
591 | |
592 SOURCE="..\src\glyphs-eimage.c" | |
593 # End Source File | |
594 # Begin Source File | |
595 | |
596 SOURCE="..\src\glyphs-msw.c" | |
597 # End Source File | |
598 # Begin Source File | |
599 | |
600 SOURCE="..\src\glyphs-msw.h" | |
601 # End Source File | |
602 # Begin Source File | |
603 | |
604 SOURCE="..\src\glyphs-widget.c" | |
605 # End Source File | |
606 # Begin Source File | |
607 | |
608 SOURCE="..\src\glyphs-x.c" | |
609 # End Source File | |
610 # Begin Source File | |
611 | |
612 SOURCE="..\src\glyphs-x.h" | |
613 # End Source File | |
614 # Begin Source File | |
615 | |
616 SOURCE=..\src\glyphs.c | |
617 # End Source File | |
618 # Begin Source File | |
619 | |
620 SOURCE=..\src\glyphs.h | |
621 # End Source File | |
622 # Begin Source File | |
623 | |
624 SOURCE=..\src\gmalloc.c | |
625 # End Source File | |
626 # Begin Source File | |
627 | |
628 SOURCE=..\src\gpmevent.c | |
629 # End Source File | |
630 # Begin Source File | |
631 | |
632 SOURCE=..\src\gpmevent.h | |
633 # End Source File | |
634 # Begin Source File | |
635 | |
636 SOURCE="..\src\gui-msw.c" | |
637 # End Source File | |
638 # Begin Source File | |
639 | |
640 SOURCE="..\src\gui-x.c" | |
641 # End Source File | |
642 # Begin Source File | |
643 | |
644 SOURCE="..\src\gui-x.h" | |
645 # End Source File | |
646 # Begin Source File | |
647 | |
648 SOURCE=..\src\gui.c | |
649 # End Source File | |
650 # Begin Source File | |
651 | |
652 SOURCE=..\src\gui.h | |
653 # End Source File | |
654 # Begin Source File | |
655 | |
656 SOURCE=..\src\gutter.c | |
657 # End Source File | |
658 # Begin Source File | |
659 | |
660 SOURCE=..\src\gutter.h | |
661 # End Source File | |
662 # Begin Source File | |
663 | |
664 SOURCE=..\src\hash.c | |
665 # End Source File | |
666 # Begin Source File | |
667 | |
668 SOURCE=..\src\hash.h | |
669 # End Source File | |
670 # Begin Source File | |
671 | |
672 SOURCE=..\src\hpplay.c | |
673 # End Source File | |
674 # Begin Source File | |
675 | |
676 SOURCE=..\src\imgproc.c | |
677 # End Source File | |
678 # Begin Source File | |
679 | |
680 SOURCE=..\src\imgproc.h | |
681 # End Source File | |
682 # Begin Source File | |
683 | |
684 SOURCE=..\src\indent.c | |
685 # End Source File | |
686 # Begin Source File | |
687 | |
688 SOURCE=..\src\inline.c | |
689 # End Source File | |
690 # Begin Source File | |
691 | |
692 SOURCE="..\src\input-method-motif.c" | |
693 # End Source File | |
694 # Begin Source File | |
695 | |
696 SOURCE="..\src\input-method-xfs.c" | |
697 # End Source File | |
698 # Begin Source File | |
699 | |
700 SOURCE="..\src\input-method-xlib.c" | |
701 # End Source File | |
702 # Begin Source File | |
703 | |
704 SOURCE=..\src\insdel.c | |
705 # End Source File | |
706 # Begin Source File | |
707 | |
708 SOURCE=..\src\insdel.h | |
709 # End Source File | |
710 # Begin Source File | |
711 | |
712 SOURCE=..\src\intl.c | |
713 # End Source File | |
714 # Begin Source File | |
715 | |
716 SOURCE="..\src\iso-wide.h" | |
717 # End Source File | |
718 # Begin Source File | |
719 | |
720 SOURCE=..\src\keymap.c | |
721 # End Source File | |
722 # Begin Source File | |
723 | |
724 SOURCE=..\src\keymap.h | |
725 # End Source File | |
726 # Begin Source File | |
727 | |
728 SOURCE=..\src\lastfile.c | |
729 # End Source File | |
730 # Begin Source File | |
731 | |
732 SOURCE=..\src\libsst.c | |
733 # End Source File | |
734 # Begin Source File | |
735 | |
736 SOURCE=..\src\libsst.h | |
737 # End Source File | |
738 # Begin Source File | |
739 | |
740 SOURCE=..\src\libst.h | |
741 # End Source File | |
742 # Begin Source File | |
743 | |
744 SOURCE="..\src\line-number.c" | |
745 # End Source File | |
746 # Begin Source File | |
747 | |
748 SOURCE="..\src\line-number.h" | |
749 # End Source File | |
750 # Begin Source File | |
751 | |
752 SOURCE=..\src\linuxplay.c | |
753 # End Source File | |
754 # Begin Source File | |
755 | |
756 SOURCE="..\src\lisp-disunion.h" | |
757 # End Source File | |
758 # Begin Source File | |
759 | |
760 SOURCE="..\src\lisp-union.h" | |
761 # End Source File | |
762 # Begin Source File | |
763 | |
764 SOURCE=..\src\lisp.h | |
765 # End Source File | |
766 # Begin Source File | |
767 | |
768 SOURCE=..\src\lread.c | |
769 # End Source File | |
770 # Begin Source File | |
771 | |
772 SOURCE=..\src\lrecord.h | |
773 # End Source File | |
774 # Begin Source File | |
775 | |
776 SOURCE=..\src\lstream.c | |
777 # End Source File | |
778 # Begin Source File | |
779 | |
780 SOURCE=..\src\lstream.h | |
781 # End Source File | |
782 # Begin Source File | |
783 | |
784 SOURCE=..\src\macros.c | |
785 # End Source File | |
786 # Begin Source File | |
787 | |
788 SOURCE=..\src\macros.h | |
789 # End Source File | |
790 # Begin Source File | |
791 | |
792 SOURCE=..\src\marker.c | |
793 # End Source File | |
794 # Begin Source File | |
795 | |
796 SOURCE=..\src\mc-alloc.c | |
797 # End Source File | |
798 # Begin Source File | |
799 | |
800 SOURCE=..\src\mc-alloc.h | |
801 # End Source File | |
802 # Begin Source File | |
803 | |
804 SOURCE=..\src\md5.c | |
805 # End Source File | |
806 # Begin Source File | |
807 | |
808 SOURCE="..\src\mem-limits.h" | |
809 # End Source File | |
810 # Begin Source File | |
811 | |
812 SOURCE="..\src\menubar-msw.c" | |
813 # End Source File | |
814 # Begin Source File | |
815 | |
816 SOURCE="..\src\menubar-msw.h" | |
817 # End Source File | |
818 # Begin Source File | |
819 | |
820 SOURCE="..\src\menubar-x.c" | |
821 # End Source File | |
822 # Begin Source File | |
823 | |
824 SOURCE=..\src\menubar.c | |
825 # End Source File | |
826 # Begin Source File | |
827 | |
828 SOURCE=..\src\menubar.h | |
829 # End Source File | |
830 # Begin Source File | |
831 | |
832 SOURCE=..\src\minibuf.c | |
833 # End Source File | |
834 # Begin Source File | |
835 | |
836 SOURCE=..\src\miscplay.c | |
837 # End Source File | |
838 # Begin Source File | |
839 | |
840 SOURCE=..\src\miscplay.h | |
841 # End Source File | |
842 # Begin Source File | |
843 | |
844 SOURCE="..\src\mule-canna.c" | |
845 # End Source File | |
846 # Begin Source File | |
847 | |
848 SOURCE="..\src\mule-ccl.c" | |
849 # End Source File | |
850 # Begin Source File | |
851 | |
852 SOURCE="..\src\mule-ccl.h" | |
853 # End Source File | |
854 # Begin Source File | |
855 | |
856 SOURCE="..\src\mule-charset.c" | |
857 # End Source File | |
858 # Begin Source File | |
859 | |
860 SOURCE="..\src\mule-charset.h" | |
861 # End Source File | |
862 # Begin Source File | |
863 | |
864 SOURCE="..\src\mule-mcpath.c" | |
865 # End Source File | |
866 # Begin Source File | |
867 | |
868 SOURCE="..\src\mule-mcpath.h" | |
869 # End Source File | |
870 # Begin Source File | |
871 | |
872 SOURCE="..\src\mule-wnnfns.c" | |
873 # End Source File | |
874 # Begin Source File | |
875 | |
876 SOURCE=..\src\mule.c | |
877 # End Source File | |
878 # Begin Source File | |
879 | |
880 SOURCE=..\src\nas.c | |
881 # End Source File | |
882 # Begin Source File | |
883 | |
884 SOURCE=..\src\ndir.h | |
885 # End Source File | |
886 # Begin Source File | |
887 | |
888 SOURCE=..\src\nt.c | |
889 # End Source File | |
890 # Begin Source File | |
891 | |
892 SOURCE=..\src\nt.h | |
893 # End Source File | |
894 # Begin Source File | |
895 | |
896 SOURCE=..\src\ntheap.c | |
897 # End Source File | |
898 # Begin Source File | |
899 | |
900 SOURCE=..\src\ntheap.h | |
901 # End Source File | |
902 # Begin Source File | |
903 | |
904 SOURCE=..\src\ntplay.c | |
905 # End Source File | |
906 # Begin Source File | |
907 | |
908 SOURCE=..\src\ntproc.c | |
909 # End Source File | |
910 # Begin Source File | |
911 | |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
4790
diff
changeset
|
912 SOURCE="..\src\fontcolor-msw.c" |
3363 | 913 # End Source File |
914 # Begin Source File | |
915 | |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
4790
diff
changeset
|
916 SOURCE="..\src\fontcolor-msw.h" |
3363 | 917 # End Source File |
918 # Begin Source File | |
919 | |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
4790
diff
changeset
|
920 SOURCE="..\src\fontcolor-tty.c" |
3363 | 921 # End Source File |
922 # Begin Source File | |
923 | |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
4790
diff
changeset
|
924 SOURCE="..\src\fontcolor-tty.h" |
3363 | 925 # End Source File |
926 # Begin Source File | |
927 | |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
4790
diff
changeset
|
928 SOURCE="..\src\fontcolor-x.c" |
3363 | 929 # End Source File |
930 # Begin Source File | |
931 | |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
4790
diff
changeset
|
932 SOURCE="..\src\fontcolor-x.h" |
3363 | 933 # End Source File |
934 # Begin Source File | |
935 | |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
4790
diff
changeset
|
936 SOURCE=..\src\fontcolor.c |
3363 | 937 # End Source File |
938 # Begin Source File | |
939 | |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
4790
diff
changeset
|
940 SOURCE=..\src\fontcolor.h |
3363 | 941 # End Source File |
942 # Begin Source File | |
943 | |
944 SOURCE=..\src\opaque.c | |
945 # End Source File | |
946 # Begin Source File | |
947 | |
948 SOURCE=..\src\opaque.h | |
949 # End Source File | |
950 # Begin Source File | |
951 | |
952 SOURCE=..\src\paths.h | |
953 # End Source File | |
954 # Begin Source File | |
955 | |
956 SOURCE="..\src\pre-crt0.c" | |
957 # End Source File | |
958 # Begin Source File | |
959 | |
960 SOURCE=..\src\print.c | |
961 # End Source File | |
962 # Begin Source File | |
963 | |
964 SOURCE="..\src\process-nt.c" | |
965 # End Source File | |
966 # Begin Source File | |
967 | |
968 SOURCE="..\src\process-unix.c" | |
969 # End Source File | |
970 # Begin Source File | |
971 | |
972 SOURCE=..\src\process.c | |
973 # End Source File | |
974 # Begin Source File | |
975 | |
976 SOURCE=..\src\process.h | |
977 # End Source File | |
978 # Begin Source File | |
979 | |
980 SOURCE=..\src\procimpl.h | |
981 # End Source File | |
982 # Begin Source File | |
983 | |
984 SOURCE=..\src\profile.c | |
985 # End Source File | |
986 # Begin Source File | |
987 | |
988 SOURCE=..\src\ralloc.c | |
989 # End Source File | |
990 # Begin Source File | |
991 | |
992 SOURCE=..\src\rangetab.c | |
993 # End Source File | |
994 # Begin Source File | |
995 | |
996 SOURCE=..\src\rangetab.h | |
997 # End Source File | |
998 # Begin Source File | |
999 | |
1000 SOURCE=..\src\realpath.c | |
1001 # End Source File | |
1002 # Begin Source File | |
1003 | |
1004 SOURCE="..\src\redisplay-msw.c" | |
1005 # End Source File | |
1006 # Begin Source File | |
1007 | |
1008 SOURCE="..\src\redisplay-output.c" | |
1009 # End Source File | |
1010 # Begin Source File | |
1011 | |
1012 SOURCE="..\src\redisplay-tty.c" | |
1013 # End Source File | |
1014 # Begin Source File | |
1015 | |
1016 SOURCE="..\src\redisplay-x.c" | |
1017 # End Source File | |
1018 # Begin Source File | |
1019 | |
1020 SOURCE=..\src\redisplay.c | |
1021 # End Source File | |
1022 # Begin Source File | |
1023 | |
1024 SOURCE=..\src\redisplay.h | |
1025 # End Source File | |
1026 # Begin Source File | |
1027 | |
1028 SOURCE=..\src\regex.c | |
1029 # End Source File | |
1030 # Begin Source File | |
1031 | |
1032 SOURCE=..\src\regex.h | |
1033 # End Source File | |
1034 # Begin Source File | |
1035 | |
1036 SOURCE="..\src\scrollbar-msw.c" | |
1037 # End Source File | |
1038 # Begin Source File | |
1039 | |
1040 SOURCE="..\src\scrollbar-msw.h" | |
1041 # End Source File | |
1042 # Begin Source File | |
1043 | |
1044 SOURCE="..\src\scrollbar-x.c" | |
1045 # End Source File | |
1046 # Begin Source File | |
1047 | |
1048 SOURCE="..\src\scrollbar-x.h" | |
1049 # End Source File | |
1050 # Begin Source File | |
1051 | |
1052 SOURCE=..\src\scrollbar.c | |
1053 # End Source File | |
1054 # Begin Source File | |
1055 | |
1056 SOURCE=..\src\scrollbar.h | |
1057 # End Source File | |
1058 # Begin Source File | |
1059 | |
1060 SOURCE=..\src\search.c | |
1061 # End Source File | |
1062 # Begin Source File | |
1063 | |
1064 SOURCE="..\src\select-msw.c" | |
1065 # End Source File | |
1066 # Begin Source File | |
1067 | |
1068 SOURCE="..\src\select-x.c" | |
1069 # End Source File | |
1070 # Begin Source File | |
1071 | |
1072 SOURCE=..\src\select.c | |
1073 # End Source File | |
1074 # Begin Source File | |
1075 | |
1076 SOURCE=..\src\select.h | |
1077 # End Source File | |
1078 # Begin Source File | |
1079 | |
1080 SOURCE=..\src\sgiplay.c | |
1081 # End Source File | |
1082 # Begin Source File | |
1083 | |
1084 SOURCE=..\src\sheap.c | |
1085 # End Source File | |
1086 # Begin Source File | |
1087 | |
1088 SOURCE=..\src\signal.c | |
1089 # End Source File | |
1090 # Begin Source File | |
1091 | |
1092 SOURCE=..\src\sound.c | |
1093 # End Source File | |
1094 # Begin Source File | |
1095 | |
1096 SOURCE=..\src\specifier.c | |
1097 # End Source File | |
1098 # Begin Source File | |
1099 | |
1100 SOURCE=..\src\specifier.h | |
1101 # End Source File | |
1102 # Begin Source File | |
1103 | |
1104 SOURCE=..\src\strcat.c | |
1105 # End Source File | |
1106 # Begin Source File | |
1107 | |
1108 SOURCE=..\src\strftime.c | |
1109 # End Source File | |
1110 # Begin Source File | |
1111 | |
1112 SOURCE=..\src\sunplay.c | |
1113 # End Source File | |
1114 # Begin Source File | |
1115 | |
1116 SOURCE=..\src\sunpro.c | |
1117 # End Source File | |
1118 # Begin Source File | |
1119 | |
1120 SOURCE=..\src\symbols.c | |
1121 # End Source File | |
1122 # Begin Source File | |
1123 | |
1124 SOURCE=..\src\symeval.h | |
1125 # End Source File | |
1126 # Begin Source File | |
1127 | |
1128 SOURCE=..\src\symsinit.h | |
1129 # End Source File | |
1130 # Begin Source File | |
1131 | |
1132 SOURCE=..\src\syntax.c | |
1133 # End Source File | |
1134 # Begin Source File | |
1135 | |
1136 SOURCE=..\src\syntax.h | |
1137 # End Source File | |
1138 # Begin Source File | |
1139 | |
1140 SOURCE=..\src\sysdep.c | |
1141 # End Source File | |
1142 # Begin Source File | |
1143 | |
1144 SOURCE=..\src\sysdep.h | |
1145 # End Source File | |
1146 # Begin Source File | |
1147 | |
1148 SOURCE=..\src\sysdir.h | |
1149 # End Source File | |
1150 # Begin Source File | |
1151 | |
1152 SOURCE=..\src\sysdll.c | |
1153 # End Source File | |
1154 # Begin Source File | |
1155 | |
1156 SOURCE=..\src\sysdll.h | |
1157 # End Source File | |
1158 # Begin Source File | |
1159 | |
1160 SOURCE=..\src\sysfile.h | |
1161 # End Source File | |
1162 # Begin Source File | |
1163 | |
1164 SOURCE=..\src\sysfloat.h | |
1165 # End Source File | |
1166 # Begin Source File | |
1167 | |
1168 SOURCE=..\src\sysproc.h | |
1169 # End Source File | |
1170 # Begin Source File | |
1171 | |
1172 SOURCE=..\src\syspwd.h | |
1173 # End Source File | |
1174 # Begin Source File | |
1175 | |
1176 SOURCE=..\src\syssignal.h | |
1177 # End Source File | |
1178 # Begin Source File | |
1179 | |
1180 SOURCE=..\src\systime.h | |
1181 # End Source File | |
1182 # Begin Source File | |
1183 | |
1184 SOURCE=..\src\systty.h | |
1185 # End Source File | |
1186 # Begin Source File | |
1187 | |
1188 SOURCE=..\src\syswait.h | |
1189 # End Source File | |
1190 # Begin Source File | |
1191 | |
1192 SOURCE=..\src\termcap.c | |
1193 # End Source File | |
1194 # Begin Source File | |
1195 | |
1196 SOURCE=..\src\terminfo.c | |
1197 # End Source File | |
1198 # Begin Source File | |
1199 | |
1200 SOURCE="..\src\toolbar-msw.c" | |
1201 # End Source File | |
1202 # Begin Source File | |
1203 | |
1204 SOURCE="..\src\toolbar-x.c" | |
1205 # End Source File | |
1206 # Begin Source File | |
1207 | |
1208 SOURCE=..\src\toolbar.c | |
1209 # End Source File | |
1210 # Begin Source File | |
1211 | |
1212 SOURCE=..\src\toolbar.h | |
1213 # End Source File | |
1214 # Begin Source File | |
1215 | |
1216 SOURCE=..\src\tooltalk.c | |
1217 # End Source File | |
1218 # Begin Source File | |
1219 | |
1220 SOURCE=..\src\tooltalk.h | |
1221 # End Source File | |
1222 # Begin Source File | |
1223 | |
1224 SOURCE=..\src\tparam.c | |
1225 # End Source File | |
1226 # Begin Source File | |
1227 | |
1228 SOURCE=..\src\undo.c | |
1229 # End Source File | |
1230 # Begin Source File | |
1231 | |
1232 SOURCE=..\src\unexaix.c | |
1233 # End Source File | |
1234 # Begin Source File | |
1235 | |
1236 SOURCE=..\src\unexalpha.c | |
1237 # End Source File | |
1238 # Begin Source File | |
1239 | |
1240 SOURCE=..\src\unexcw.c | |
1241 # End Source File | |
1242 # Begin Source File | |
1243 | |
1244 SOURCE=..\src\unexec.c | |
1245 # End Source File | |
1246 # Begin Source File | |
1247 | |
1248 SOURCE=..\src\unexelf.c | |
1249 # End Source File | |
1250 # Begin Source File | |
1251 | |
1252 SOURCE=..\src\unexhp9k800.c | |
1253 # End Source File | |
1254 # Begin Source File | |
1255 | |
1256 SOURCE=..\src\unexnt.c | |
1257 # End Source File | |
1258 # Begin Source File | |
1259 | |
1260 SOURCE="..\src\unexsol2-6.c" | |
1261 # End Source File | |
1262 # Begin Source File | |
1263 | |
1264 SOURCE=..\src\universe.h | |
1265 # End Source File | |
1266 # Begin Source File | |
1267 | |
1268 SOURCE=..\src\vdb.h | |
1269 # End Source File | |
1270 # Begin Source File | |
1271 | |
1272 SOURCE=..\src\vdb.c | |
1273 # End Source File | |
1274 # Begin Source File | |
1275 | |
1276 SOURCE=..\src\vdb-win32.c | |
1277 # End Source File | |
1278 # Begin Source File | |
1279 | |
1280 SOURCE="..\src\vm-limit.c" | |
1281 # End Source File | |
1282 # Begin Source File | |
1283 | |
1284 SOURCE=..\src\widget.c | |
1285 # End Source File | |
1286 # Begin Source File | |
1287 | |
1288 SOURCE=..\src\window.c | |
1289 # End Source File | |
1290 # Begin Source File | |
1291 | |
1292 SOURCE=..\src\window.h | |
1293 # End Source File | |
1294 # Begin Source File | |
1295 | |
1296 SOURCE=..\src\winslots.h | |
1297 # End Source File | |
1298 # Begin Source File | |
1299 | |
1300 SOURCE=.\xemacs.mak | |
1301 # End Source File | |
1302 # Begin Source File | |
1303 | |
1304 SOURCE=..\src\xgccache.c | |
1305 # End Source File | |
1306 # Begin Source File | |
1307 | |
1308 SOURCE=..\src\xgccache.h | |
1309 # End Source File | |
1310 # Begin Source File | |
1311 | |
1312 SOURCE=..\src\xintrinsic.h | |
1313 # End Source File | |
1314 # Begin Source File | |
1315 | |
1316 SOURCE=..\src\xintrinsicp.h | |
1317 # End Source File | |
1318 # Begin Source File | |
1319 | |
1320 SOURCE=..\src\xmmanagerp.h | |
1321 # End Source File | |
1322 # Begin Source File | |
1323 | |
1324 SOURCE=..\src\xmprimitivep.h | |
1325 # End Source File | |
1326 # End Target | |
1327 # End Project |