• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No 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

Revision2cf81edce5c2a89bad59697ce55da93b348f56e4 (tree)
Time2013-12-29 21:29:22
Authoroga <oga@mxg....>
Commiteroga

Log Message

add ht.c for win

Change Summary

Incremental Difference

--- a/Makefile.win_mingw
+++ b/Makefile.win_mingw
@@ -36,7 +36,7 @@ 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
39+ $(VP)/train.exe $(VP)/u2dos.exe $(VP)/base64.exe $(VP)/ht.exe
4040
4141 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
4242
@@ -114,6 +114,9 @@ $(VP)/headtail.exe : headtail.c
114114 $(VP)/hexdec.exe : hexdec.c
115115 $(CC) $? $(NOLOGO) -o $@
116116
117+$(VP)/ht.exe : ht.c
118+ $(CC) $? $(NOLOGO) -o $@
119+
117120 $(VP)/id3.exe : id3.c
118121 $(CC) $? $(NOLOGO) -o $@
119122