-
Notifications
You must be signed in to change notification settings - Fork 3
/
WL.ppj
169 lines (161 loc) · 5.63 KB
/
WL.ppj
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
#
# PROJECT FILE generated by "Pelles C for Windows, version 6.50".
# WARNING! DO NOT EDIT THIS FILE.
#
POC_PROJECT_VERSION = 6.50#
POC_PROJECT_TYPE = 3#
POC_PROJECT_OUTPUTDIR = output#
POC_PROJECT_RESULTDIR = .#
POC_PROJECT_ARGUMENTS = -OWN -NOSCANLINES -FULLSCREEN#
POC_PROJECT_WORKPATH = #
POC_PROJECT_EXECUTOR = #
CC = pocc.exe#
AS = poasm.exe#
RC = porc.exe#
LINK = polink.exe#
SIGN = posign.exe#
CCFLAGS = -Tx86-coff -Ot -Ob1 -fp:precise -W1 -Gd -Ze #
ASFLAGS = -AIA32 -Gd #
RCFLAGS = #
LINKFLAGS = -subsystem:console -machine:x86 kernel32.lib advapi32.lib delayimp.lib sdl.lib sdlmain.lib#
SIGNFLAGS = -timeurl:http://timestamp.verisign.com/scripts/timstamp.dll -location:CU -store:MY -errkill#
INCLUDE = $(PellesCDir)\Include\Win;$(PellesCDir)\Include#
LIB = $(PellesCDir)\Lib\Win;$(PellesCDir)\Lib#
#
# Build WL.exe.
#
WL.exe: \
output\SDLTWE.obj \
output\Spectrum.obj \
output\WL.obj \
output\Z80.obj
$(LINK) $(LINKFLAGS) -out:"$@" $**
#
# Build WL.obj.
#
output\WL.obj: \
WL.c \
C:\Programme\PellesC\Include\SDL\begin_code.h \
C:\Programme\PellesC\Include\SDL\close_code.h \
C:\Programme\PellesC\Include\SDL\SDL.h \
C:\Programme\PellesC\Include\SDL\SDL_active.h \
C:\Programme\PellesC\Include\SDL\SDL_audio.h \
C:\Programme\PellesC\Include\SDL\SDL_cdrom.h \
C:\Programme\PellesC\Include\SDL\SDL_config.h \
C:\Programme\PellesC\Include\SDL\SDL_config_minimal.h \
C:\Programme\PellesC\Include\SDL\SDL_cpuinfo.h \
C:\Programme\PellesC\Include\SDL\SDL_endian.h \
C:\Programme\PellesC\Include\SDL\SDL_error.h \
C:\Programme\PellesC\Include\SDL\SDL_events.h \
C:\Programme\PellesC\Include\SDL\SDL_joystick.h \
C:\Programme\PellesC\Include\SDL\SDL_keyboard.h \
C:\Programme\PellesC\Include\SDL\SDL_keysym.h \
C:\Programme\PellesC\Include\SDL\SDL_loadso.h \
C:\Programme\PellesC\Include\SDL\SDL_main.h \
C:\Programme\PellesC\Include\SDL\SDL_mouse.h \
C:\Programme\PellesC\Include\SDL\SDL_mutex.h \
C:\Programme\PellesC\Include\SDL\SDL_platform.h \
C:\Programme\PellesC\Include\SDL\SDL_quit.h \
C:\Programme\PellesC\Include\SDL\SDL_rwops.h \
C:\Programme\PellesC\Include\SDL\SDL_stdinc.h \
C:\Programme\PellesC\Include\SDL\SDL_thread.h \
C:\Programme\PellesC\Include\SDL\SDL_timer.h \
C:\Programme\PellesC\Include\SDL\SDL_version.h \
C:\Programme\PellesC\Include\SDL\SDL_video.h \
GlobalVars.h \
MapCoordinates.h \
SDLTWE.h \
Spectrum.h \
WL.h \
Z80\Z80.h
$(CC) $(CCFLAGS) "$!" -Fo"$@"
#
# Build SDLTWE.obj.
#
output\SDLTWE.obj: \
SDLTWE.c \
SDLTWE.h \
WL.h
$(CC) $(CCFLAGS) "$!" -Fo"$@"
#
# Build Z80.obj.
#
output\Z80.obj: \
Z80\Z80.c \
C:\Programme\PellesC\Include\SDL\begin_code.h \
C:\Programme\PellesC\Include\SDL\close_code.h \
C:\Programme\PellesC\Include\SDL\SDL.h \
C:\Programme\PellesC\Include\SDL\SDL_active.h \
C:\Programme\PellesC\Include\SDL\SDL_audio.h \
C:\Programme\PellesC\Include\SDL\SDL_cdrom.h \
C:\Programme\PellesC\Include\SDL\SDL_config.h \
C:\Programme\PellesC\Include\SDL\SDL_config_minimal.h \
C:\Programme\PellesC\Include\SDL\SDL_cpuinfo.h \
C:\Programme\PellesC\Include\SDL\SDL_endian.h \
C:\Programme\PellesC\Include\SDL\SDL_error.h \
C:\Programme\PellesC\Include\SDL\SDL_events.h \
C:\Programme\PellesC\Include\SDL\SDL_joystick.h \
C:\Programme\PellesC\Include\SDL\SDL_keyboard.h \
C:\Programme\PellesC\Include\SDL\SDL_keysym.h \
C:\Programme\PellesC\Include\SDL\SDL_loadso.h \
C:\Programme\PellesC\Include\SDL\SDL_main.h \
C:\Programme\PellesC\Include\SDL\SDL_mouse.h \
C:\Programme\PellesC\Include\SDL\SDL_mutex.h \
C:\Programme\PellesC\Include\SDL\SDL_platform.h \
C:\Programme\PellesC\Include\SDL\SDL_quit.h \
C:\Programme\PellesC\Include\SDL\SDL_rwops.h \
C:\Programme\PellesC\Include\SDL\SDL_stdinc.h \
C:\Programme\PellesC\Include\SDL\SDL_thread.h \
C:\Programme\PellesC\Include\SDL\SDL_timer.h \
C:\Programme\PellesC\Include\SDL\SDL_version.h \
C:\Programme\PellesC\Include\SDL\SDL_video.h \
GlobalVars.h \
Spectrum.h \
Z80\Codes.h \
Z80\CodesCB.h \
Z80\CodesED.h \
Z80\CodesXCB.h \
Z80\CodesXX.h \
Z80\Tables.h \
Z80\Z80.h
$(CC) $(CCFLAGS) "$!" -Fo"$@"
#
# Build Spectrum.obj.
#
output\Spectrum.obj: \
Spectrum.c \
C:\Programme\PellesC\Include\SDL\begin_code.h \
C:\Programme\PellesC\Include\SDL\close_code.h \
C:\Programme\PellesC\Include\SDL\SDL.h \
C:\Programme\PellesC\Include\SDL\SDL_active.h \
C:\Programme\PellesC\Include\SDL\SDL_audio.h \
C:\Programme\PellesC\Include\SDL\SDL_cdrom.h \
C:\Programme\PellesC\Include\SDL\SDL_config.h \
C:\Programme\PellesC\Include\SDL\SDL_config_minimal.h \
C:\Programme\PellesC\Include\SDL\SDL_cpuinfo.h \
C:\Programme\PellesC\Include\SDL\SDL_endian.h \
C:\Programme\PellesC\Include\SDL\SDL_error.h \
C:\Programme\PellesC\Include\SDL\SDL_events.h \
C:\Programme\PellesC\Include\SDL\SDL_joystick.h \
C:\Programme\PellesC\Include\SDL\SDL_keyboard.h \
C:\Programme\PellesC\Include\SDL\SDL_keysym.h \
C:\Programme\PellesC\Include\SDL\SDL_loadso.h \
C:\Programme\PellesC\Include\SDL\SDL_main.h \
C:\Programme\PellesC\Include\SDL\SDL_mouse.h \
C:\Programme\PellesC\Include\SDL\SDL_mutex.h \
C:\Programme\PellesC\Include\SDL\SDL_platform.h \
C:\Programme\PellesC\Include\SDL\SDL_quit.h \
C:\Programme\PellesC\Include\SDL\SDL_rwops.h \
C:\Programme\PellesC\Include\SDL\SDL_stdinc.h \
C:\Programme\PellesC\Include\SDL\SDL_thread.h \
C:\Programme\PellesC\Include\SDL\SDL_timer.h \
C:\Programme\PellesC\Include\SDL\SDL_version.h \
C:\Programme\PellesC\Include\SDL\SDL_video.h \
GlobalVars.h \
SDLTWE.h \
Spectrum.h \
WL.h \
Z80\Z80.h
$(CC) $(CCFLAGS) "$!" -Fo"$@"
.SILENT:
.EXCLUDEDFILES: