• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

oga's tools


Commit MetaInfo

Revision77cdab5dc8da0426243e72c7b7d4c2e68b9e5b2f (tree)
Zeit2013-12-30 18:33:43
Autoroga <oga@mxg....>
Commiteroga

Log Message

add tools for win

Ändern Zusammenfassung

Diff

--- a/Makefile.win_mingw
+++ b/Makefile.win_mingw
@@ -36,9 +36,10 @@ TARGETS = $(VP)/age.exe $(VP)/cal.exe $(VP)/cgrep.exe $(VP)/csv2nocr.exe \
3636 $(VP)/slow.exe $(VP)/sosu2.exe $(VP)/sosu.exe $(VP)/sosum.exe \
3737 $(VP)/stat.exe $(VP)/stereo3d.exe $(VP)/strftime.exe $(VP)/subdecode.exe \
3838 $(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
4041
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
4243
4344 all: $(TARGETS)
4445
@@ -96,6 +97,9 @@ $(VP)/enews.exe : enews.c
9697 $(VP)/find2.exe : find2.c
9798 $(CC) $? $(NOLOGO) -o $@
9899
100+$(VP)/fold2.exe : fold2.c
101+ $(CC) $? $(NOLOGO) -o $@
102+
99103 $(VP)/getip.exe : getip.c
100104 $(CC) $? $(NOLOGO) -o $@ wsock32.lib
101105
@@ -117,6 +121,9 @@ $(VP)/hexdec.exe : hexdec.c
117121 $(VP)/ht.exe : ht.c
118122 $(CC) $? $(NOLOGO) -o $@
119123
124+$(VP)/id.exe : id.c
125+ $(CC) $? $(NOLOGO) -o $@
126+
120127 $(VP)/id3.exe : id3.c
121128 $(CC) $? $(NOLOGO) -o $@
122129
@@ -162,6 +169,9 @@ $(VP)/netpf.exe : netpf.c
162169 $(VP)/path2.exe : path2.c
163170 $(CC) $? $(NOLOGO) -o $@
164171
172+$(VP)/pwd.exe : pwd.c
173+ $(CC) $? $(NOLOGO) -o $@
174+
165175 $(VP)/rw.exe : rw.c
166176 $(CC) $? $(NOLOGO) -DDOS -o $@
167177
@@ -207,10 +217,102 @@ $(VP)/tcpdmpan.exe : tcpdmpan.c
207217 $(VP)/test64.exe : test64.c
208218 $(CC) $? $(NOLOGO) -o $@
209219
220+$(VP)/test64_win.exe : test64_win.c
221+ $(CC) $? $(NOLOGO) -o $@
222+
210223 $(VP)/train.exe : train.c
211224 $(CC) $? $(NOLOGO) -o $@
212225
213226 $(VP)/u2dos.exe : u2dos.c
214227 $(CC) $? $(NOLOGO) -o $@
215228
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
216318