oga's tools
Revision | 77cdab5dc8da0426243e72c7b7d4c2e68b9e5b2f (tree) |
---|---|
Zeit | 2013-12-30 18:33:43 |
Autor | oga <oga@mxg....> |
Commiter | oga |
add tools for win
@@ -36,9 +36,10 @@ TARGETS = $(VP)/age.exe $(VP)/cal.exe $(VP)/cgrep.exe $(VP)/csv2nocr.exe \ | ||
36 | 36 | $(VP)/slow.exe $(VP)/sosu2.exe $(VP)/sosu.exe $(VP)/sosum.exe \ |
37 | 37 | $(VP)/stat.exe $(VP)/stereo3d.exe $(VP)/strftime.exe $(VP)/subdecode.exe \ |
38 | 38 | $(VP)/tbl2csv.exe $(VP)/tcpan.exe $(VP)/tcpdmpan.exe $(VP)/test64.exe \ |
39 | - $(VP)/train.exe $(VP)/u2dos.exe $(VP)/base64.exe $(VP)/ht.exe | |
39 | + $(VP)/train.exe $(VP)/u2dos.exe $(VP)/base64.exe $(VP)/ht.exe \ | |
40 | + $(VP)/du.exe $(VP)/expr2.exe $(VP)/fold2.exe $(VP)/fullpath.exe $(VP)/getmypath.exe $(VP)/id.exe $(VP)/load.exe $(VP)/malloc.exe $(VP)/pwd.exe $(VP)/rand2.exe $(VP)/raw.exe $(VP)/readls.exe $(VP)/rndplay.exe $(VP)/timex.exe $(VP)/uname.exe $(VP)/tee.exe $(VP)/test64_win.exe | |
40 | 41 | |
41 | -TARGETS_MS = $(VP)/cpuid.exe $(VP)/ctrain.exe $(VP)/df.exe $(VP)/dgclient.exe $(VP)/dgserver.exe $(VP)/getip.exe $(VP)/lanck.exe $(VP)/lsc.exe $(VP)/midana.exe $(VP)/miscclient.exe $(VP)/miscserver.exe $(VP)/netpf.exe $(VP)/sndtimer.exe $(VP)/sysinfd.exe | |
42 | +TARGETS_MS = $(VP)/cpuid.exe $(VP)/ctrain.exe $(VP)/df.exe $(VP)/dgclient.exe $(VP)/dgserver.exe $(VP)/getip.exe $(VP)/lanck.exe $(VP)/lsc.exe $(VP)/midana.exe $(VP)/miscclient.exe $(VP)/miscserver.exe $(VP)/netpf.exe $(VP)/sndtimer.exe $(VP)/sysinfd.exe $(VP)/regsv.exe $(VP)/sendevt.exe $(VP)/shutdown.exe $(VP)/sysinfdsrv.exe $(VP)/sysinfd_win.exe $(VP)/sysperf.exe $(VP)/winmidisample.exe $(VP)/midiapi.exe $(VP)/pcap_test.exe $(VP)/play.exe $(VP)/joytest.exe $(VP)/icmpsnd.exe $(VP)/getver.exe $(VP)/getsysm.exe $(VP)/findwin.exe $(VP)/dxshow.exe $(VP)/clip.exe $(VP)/readevt.exe | |
42 | 43 | |
43 | 44 | all: $(TARGETS) |
44 | 45 |
@@ -96,6 +97,9 @@ $(VP)/enews.exe : enews.c | ||
96 | 97 | $(VP)/find2.exe : find2.c |
97 | 98 | $(CC) $? $(NOLOGO) -o $@ |
98 | 99 | |
100 | +$(VP)/fold2.exe : fold2.c | |
101 | + $(CC) $? $(NOLOGO) -o $@ | |
102 | + | |
99 | 103 | $(VP)/getip.exe : getip.c |
100 | 104 | $(CC) $? $(NOLOGO) -o $@ wsock32.lib |
101 | 105 |
@@ -117,6 +121,9 @@ $(VP)/hexdec.exe : hexdec.c | ||
117 | 121 | $(VP)/ht.exe : ht.c |
118 | 122 | $(CC) $? $(NOLOGO) -o $@ |
119 | 123 | |
124 | +$(VP)/id.exe : id.c | |
125 | + $(CC) $? $(NOLOGO) -o $@ | |
126 | + | |
120 | 127 | $(VP)/id3.exe : id3.c |
121 | 128 | $(CC) $? $(NOLOGO) -o $@ |
122 | 129 |
@@ -162,6 +169,9 @@ $(VP)/netpf.exe : netpf.c | ||
162 | 169 | $(VP)/path2.exe : path2.c |
163 | 170 | $(CC) $? $(NOLOGO) -o $@ |
164 | 171 | |
172 | +$(VP)/pwd.exe : pwd.c | |
173 | + $(CC) $? $(NOLOGO) -o $@ | |
174 | + | |
165 | 175 | $(VP)/rw.exe : rw.c |
166 | 176 | $(CC) $? $(NOLOGO) -DDOS -o $@ |
167 | 177 |
@@ -207,10 +217,102 @@ $(VP)/tcpdmpan.exe : tcpdmpan.c | ||
207 | 217 | $(VP)/test64.exe : test64.c |
208 | 218 | $(CC) $? $(NOLOGO) -o $@ |
209 | 219 | |
220 | +$(VP)/test64_win.exe : test64_win.c | |
221 | + $(CC) $? $(NOLOGO) -o $@ | |
222 | + | |
210 | 223 | $(VP)/train.exe : train.c |
211 | 224 | $(CC) $? $(NOLOGO) -o $@ |
212 | 225 | |
213 | 226 | $(VP)/u2dos.exe : u2dos.c |
214 | 227 | $(CC) $? $(NOLOGO) -o $@ |
215 | 228 | |
229 | +$(VP)/clip.exe : clip.cpp | |
230 | + $(CC) $? $(NOLOGO) -o $@ user32.lib mpr.lib | |
231 | + | |
232 | +$(VP)/du.exe : du.c | |
233 | + $(CC) $? $(NOLOGO) -o $@ $(SJISOPT) | |
234 | + | |
235 | +$(VP)/dxshow.exe : dxshow.cpp | |
236 | + $(CC) $? $(NOLOGO) -o $@ -I"I:\Microsoft DirectX 9.0 SDK (December 2004)\Include" Strmiids.lib ole32.lib | |
237 | + | |
238 | +$(VP)/expr2.exe : expr2.c | |
239 | + $(CC) $? $(NOLOGO) -o $@ | |
240 | + | |
241 | +$(VP)/findwin.exe : findwin.c | |
242 | + $(CC) $? $(NOLOGO) -o $@ user32.lib | |
243 | + | |
244 | +$(VP)/fullpath.exe : fullpath.c | |
245 | + $(CC) $? $(NOLOGO) -o $@ | |
246 | + | |
247 | +$(VP)/getmypath.exe : getmypath.c | |
248 | + $(CC) $? $(NOLOGO) -o $@ | |
249 | + | |
250 | +$(VP)/getsysm.exe : getsysm.c | |
251 | + $(CC) $? $(NOLOGO) -o $@ user32.lib | |
252 | + | |
253 | +$(VP)/getver.exe : getver.cpp | |
254 | + $(CC) $? $(NOLOGO) -o $@ version.lib | |
255 | + | |
256 | +$(VP)/icmpsnd.exe : icmpsnd.c | |
257 | + $(CC) $? $(NOLOGO) -o $@ -ID:\MSPlatformSDK\Include D:\MSPlatformSDK\lib\IPHlpApi.Lib wsock32.lib | |
258 | + | |
259 | +$(VP)/joytest.exe : joytest.cpp | |
260 | + $(CC) $? $(NOLOGO) -o $@ dinput.lib dxguid.lib | |
261 | + | |
262 | +$(VP)/load.exe : load.c | |
263 | + $(CC) $? $(NOLOGO) -o $@ | |
264 | + | |
265 | +$(VP)/malloc.exe : malloc.c | |
266 | + $(CC) $? $(NOLOGO) -o $@ | |
267 | + | |
268 | +$(VP)/midiapi.exe : midiapi.c | |
269 | + $(CC) $? $(NOLOGO) -o $@ winmm.lib | |
270 | + | |
271 | +pcap_test.exe : pcap_test.c | |
272 | + $(CC) $? $(NOLOGO) -o $@ -Ipcap/Include /DWIN32 /DWPCAP | |
273 | + | |
274 | +$(VP)/play.exe : play.c | |
275 | + $(CC) $? $(NOLOGO) -o $@ Winmm.lib | |
276 | + | |
277 | +$(VP)/rand2.exe : rand2.c | |
278 | + $(CC) $? $(NOLOGO) -o $@ | |
279 | + | |
280 | +$(VP)/raw.exe : raw.c | |
281 | + $(CC) $? $(NOLOGO) -o $@ | |
282 | + | |
283 | +$(VP)/readevt.exe : readevt.c | |
284 | + $(CC) $? $(NOLOGO) -o $@ | |
285 | + | |
286 | +$(VP)/readls.exe : readls.c | |
287 | + $(CC) $? $(NOLOGO) -o $@ | |
288 | + | |
289 | +$(VP)/regsv.exe : regsv.cpp | |
290 | + $(CC) $? $(NOLOGO) -o $@ advapi32.lib | |
291 | + | |
292 | +$(VP)/rndplay.exe : rndplay.c | |
293 | + $(CC) $? $(NOLOGO) -o $@ | |
294 | + | |
295 | +$(VP)/sendevt.exe : sendevt.c | |
296 | + $(CC) $? $(NOLOGO) -o $@ user32.lib | |
297 | + | |
298 | +$(VP)/shutdown.exe : shutdown.c | |
299 | + $(CC) $? $(NOLOGO) -o $@ -I$(PSDKINC) user32.lib advapi32.lib $(PSDKLIB)\powrprof.lib | |
300 | + | |
301 | +$(VP)/sysinfdsrv.exe : sysinfdsrv.c | |
302 | + $(CC) $? $(NOLOGO) -o $@ -I$(PSDKINC) $(PSDKLIB)\kernel32.lib wsock32.lib advapi32.lib | |
303 | + | |
304 | +$(VP)/sysperf.exe : sysperf.c | |
305 | + $(CC) $? $(NOLOGO) -o $@ advapi32.lib | |
306 | + | |
307 | +$(VP)/tee.exe : tee.c | |
308 | + $(CC) $? $(NOLOGO) -o $@ | |
309 | + | |
310 | +$(VP)/timex.exe : timex.c | |
311 | + $(CC) $? $(NOLOGO) -o $@ | |
312 | + | |
313 | +$(VP)/uname.exe : uname.c | |
314 | + $(CC) $? $(NOLOGO) -o $@ | |
315 | + | |
316 | +$(VP)/winmidisample.exe : winmidisample.c | |
317 | + $(CC) $? $(NOLOGO) -o $@ user32.lib winmm.lib gdi32.lib comdlg32.lib | |
216 | 318 |