• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

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

oga's tools


Commit MetaInfo

Révisionef4db56c9aac38a02a70a1dd076da172fc5ffb4f (tree)
l'heure2023-09-24 20:16:33
Auteurhyperoga <hyperoga@gmai...>
Commiterhyperoga

Message de Log

23/09/24 add addimgdate

Change Summary

Modification

--- a/Makefile.win_mingw
+++ b/Makefile.win_mingw
@@ -52,7 +52,7 @@ 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
5656
5757 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
5858
@@ -67,6 +67,9 @@ clean:
6767 $(VP)/age.exe : age.c
6868 $(CC) $? $(NOLOGO) -o $@
6969
70+$(VP)/addimgdate.exe : addimgdate.c
71+ $(CC) $? $(NOLOGO) -o $@
72+
7073 $(VP)/base64.exe : base64.c
7174 $(CC) $? $(NOLOGO) -o $@
7275