• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

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

oga's tools


Commit MetaInfo

修訂2f35f5d924496f3a848f167d2484ff94b6f15148 (tree)
時間2014-01-01 05:42:52
作者oga <oga@mxg....>
Commiteroga

Log Message

add rand2.c

Change Summary

差異

--- a/Makefile.linux
+++ b/Makefile.linux
@@ -26,7 +26,7 @@ TARGETS=$(VP)/age $(VP)/cal2 $(VP)/cgrep $(VP)/cmem $(VP)/cpkt $(VP)/cpuid \
2626 $(VP)/peke2 $(VP)/peke $(VP)/perfan $(VP)/strings2 $(VP)/t64an \
2727 $(VP)/tolower $(VP)/txt2vnt $(VP)/upload $(VP)/wavana $(VP)/wavcut2 \
2828 $(VP)/wavcut $(VP)/welcome $(VP)/whichx $(VP)/wwstat $(VP)/xalloc \
29- $(VP)/zusa
29+ $(VP)/zusa $(VP)/rand2
3030
3131 TARGET_X=$(VP)/qix $(VP)/xmem $(VP)/xpkt $(VP)/xpstat
3232
@@ -220,6 +220,9 @@ $(VP)/qix : $(TOOL)/qix.c
220220 $(VP)/rand : $(TOOL)/rand.c
221221 ${CC} $? -o $@ -O
222222
223+$(VP)/rand2 : $(TOOL)/rand2.c
224+ ${CC} $? -o $@ -O
225+
223226 $(VP)/rw : $(TOOL)/rw.c
224227 ${CC} $? -o $@ -O -DLINUX
225228