• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

oga's tools


コミットメタ情報

リビジョン786efabd5cc0c8764d862112d95201c3a598f04e (tree)
日時2024-11-04 22:27:31
作者hyperoga <hyperoga@gmai...>
コミッターhyperoga

ログメッセージ

Merge branch 'master' of git.pf.osdn.net:/gitroot/h/hy/hyperoga/ogatool

変更サマリ

差分

--- a/Makefile.win_mingw
+++ b/Makefile.win_mingw
@@ -52,7 +52,8 @@ TARGETS = $(VP)/age.exe $(VP)/cal.exe $(VP)/cgrep.exe $(VP)/csv2nocr.exe \
5252 $(VP)/getsysm.exe $(VP)/midiapi.exe $(VP)/play.exe $(VP)/sendevt.exe \
5353 $(VP)/shutdown.exe $(VP)/sysperf.exe $(VP)/winmidisample.exe \
5454 $(VP)/dgclient.exe $(VP)/dgserver.exe $(VP)/netpf.exe \
55- $(VP)/netpf_send.exe $(VP)/webget.exe
55+ $(VP)/netpf_send.exe $(VP)/webget.exe $(VP)/addimgdate.exe \
56+ $(VP)/head2.exe
5657
5758 TARGETS_MS = $(VP)/cpuid.exe $(VP)/ctrain.exe $(VP)/df.exe $(VP)/lsc.exe $(VP)/miscclient.exe $(VP)/miscserver.exe $(VP)/sndtimer.exe $(VP)/sysinfd.exe $(VP)/regsv.exe $(VP)/sysinfd_win.exe $(VP)/pcap_test.exe $(VP)/joytest.exe $(VP)/icmpsnd.exe $(VP)/getver.exe $(VP)/dxshow.exe $(VP)/clip.exe $(VP)/readevt.exe $(VP)/midic.exe
5859
@@ -67,6 +68,9 @@ clean:
6768 $(VP)/age.exe : age.c
6869 $(CC) $? $(NOLOGO) -o $@
6970
71+$(VP)/addimgdate.exe : addimgdate.c
72+ $(CC) $? $(NOLOGO) -o $@
73+
7074 $(VP)/base64.exe : base64.c
7175 $(CC) $? $(NOLOGO) -o $@
7276
@@ -136,6 +140,9 @@ $(VP)/hddinit.exe : hddinit.c
136140 $(VP)/hdinfo.exe : hdinfo.c
137141 $(CC) $? $(NOLOGO) -o $@
138142
143+$(VP)/head2.exe : head.c
144+ $(CC) $? $(NOLOGO) -o $@
145+
139146 $(VP)/headtail.exe : headtail.c
140147 $(CC) $? $(NOLOGO) -o $@
141148