-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTIC.LNK
66 lines (61 loc) · 1.06 KB
/
TIC.LNK
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
# TIC.EXE Linker directive file
option quiet
option map
option stack=65536
option stub=wstub
debug all
libpath %WATCOM%\lib386
libpath %WATCOM%\lib386\dos
lib noemu387.lib
lib audio_wf.lib
format os2 le
name tic
# Sound crap
file dmx.obj
file usrhooks.obj
file mus2mid.obj
file pcfx.obj
file i_cyber.obj
file i_ibm.obj
file i_sound.obj
file am_map.obj
file ct_chat.obj
file d_main.obj
file d_net.obj
file g_game.obj
file f_finale.obj
file info.obj
file in_lude.obj
file mn_menu.obj
file m_misc.obj
file p_ceilng.obj
file p_doors.obj
file p_enemy.obj
file p_floor.obj
file p_inter.obj
file p_lights.obj
file p_map.obj
file p_maputl.obj
file p_mobj.obj
file p_plats.obj
file p_pspr.obj
file p_setup.obj
file p_sight.obj
file p_spec.obj
file p_switch.obj
file p_telept.obj
file p_tick.obj
file p_user.obj
file r_bsp.obj
file r_data.obj
file r_draw.obj
file r_main.obj
file r_plane.obj
file r_segs.obj
file r_things.obj
file sb_bar.obj
file sounds.obj
file tables.obj
file v_video.obj
file w_wad.obj
file z_zone.obj