Changeset 2675
Legend:
- Unmodified
- Added
- Removed
-
rat/trunk/rat.dsp
r2674 r2675 100 100 # PROP Target_Dir "" 101 101 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /I "c:\Program Files\Tcl\include" /I "c:\Program Files\Tcl\include\xlib" /I "c:\DDK\inc" /I "c:..\msripv6\inc" /D "_WINDOWS" /D "DEBUG" /D "SASR" /D "WIN32" /D "_DEBUG" /D "HAVE_IPv6" /FR /YX /FD /c 102 # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "..\common" /I "..\tcl-8.0\generic" /I "..\tk-8.0\generic" /I "..\tk-8.0\xlib" /I "..\tk-8.0\xlib\X11" /I "\DDK\inc" /I "..\MSR_IPv6_1.3\inc" /D "_WINDOWS" /D "DEBUG" /D "SASR" /D "WIN32" /D "_DEBUG" /D "HAVE_IPv6" / D "NEED_IN6_IS_ADDR_MULTICAST" /D "NEED_INET_PTON" /FR /YX /FD /I ../common /c102 # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "..\common" /I "..\tcl-8.0\generic" /I "..\tk-8.0\generic" /I "..\tk-8.0\xlib" /I "..\tk-8.0\xlib\X11" /I "\DDK\inc" /I "..\MSR_IPv6_1.3\inc" /D "_WINDOWS" /D "DEBUG" /D "SASR" /D "WIN32" /D "_DEBUG" /D "HAVE_IPv6" /FR /YX /FD /I ../common /c 103 103 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 104 104 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 … … 791 791 792 792 "$(InputDir)\ui_audiotool.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 793 type $(InputDir)\ui_audiotool.tcl | ..\tcl-8.0\win\tcl2c\ release\tcl2c ui_audiotool > $(InputDir)\ui_audiotool.c793 type $(InputDir)\ui_audiotool.tcl | ..\tcl-8.0\win\tcl2c\tcl2c ui_audiotool > $(InputDir)\ui_audiotool.c 794 794 795 795 # End Custom Build … … 804 804 "$(InputDir)\ui_audiotool.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 805 805 copy asfilebox.tcl + ui_audiotool.tcl ui_at.tcl 806 type $(InputDir)\ui_at.tcl | ..\tcl-8.0\win\tcl2c\ debug\tcl2c ui_audiotool > $(InputDir)\ui_audiotool.c806 type $(InputDir)\ui_at.tcl | ..\tcl-8.0\win\tcl2c\tcl2c ui_audiotool > $(InputDir)\ui_audiotool.c 807 807 808 808 # End Custom Build … … 817 817 "$(InputDir)\ui_audiotool.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 818 818 copy asfilebox.tcl + ui_audiotool.tcl ui_at.tcl 819 type $(InputDir)\ui_at.tcl | ..\tcl-8.0\win\tcl2c\ debug\tcl2c ui_audiotool > $(InputDir)\ui_audiotool.c819 type $(InputDir)\ui_at.tcl | ..\tcl-8.0\win\tcl2c\tcl2c ui_audiotool > $(InputDir)\ui_audiotool.c 820 820 821 821 # End Custom Build … … 848 848 849 849 "$(InputDir)\ui_transcoder.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 850 type $(InputDir)\ui_transcoder.tcl | ..\tcl-8.0\win\tcl2c\ release\tcl2c ui_transcoder > $(InputDir)\ui_transcoder.c850 type $(InputDir)\ui_transcoder.tcl | ..\tcl-8.0\win\tcl2c\tcl2c ui_transcoder > $(InputDir)\ui_transcoder.c 851 851 852 852 # End Custom Build … … 859 859 860 860 "$(InputDir)\ui_transcoder.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 861 type $(InputDir)\ui_transcoder.tcl | ..\tcl-8.0\win\tcl2c\ debug\tcl2c ui_transcoder > $(InputDir)\ui_transcoder.c861 type $(InputDir)\ui_transcoder.tcl | ..\tcl-8.0\win\tcl2c\tcl2c ui_transcoder > $(InputDir)\ui_transcoder.c 862 862 863 863 # End Custom Build … … 870 870 871 871 "$(InputDir)\ui_transcoder.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 872 type $(InputDir)\ui_transcoder.tcl | ..\tcl-8.0\win\tcl2c\ debug\tcl2c ui_transcoder > $(InputDir)\ui_transcoder.c872 type $(InputDir)\ui_transcoder.tcl | ..\tcl-8.0\win\tcl2c\tcl2c ui_transcoder > $(InputDir)\ui_transcoder.c 873 873 874 874 # End Custom Build -
rat/trunk/tcltk.c
r2634 r2675 143 143 } 144 144 145 Tcl_CreateCommand(interp, "mbus_send", mbus_send_cmd, (ClientData *) mbus_ui, NULL);145 Tcl_CreateCommand(interp, "mbus_send", mbus_send_cmd, (ClientData) mbus_ui, NULL); 146 146 Tcl_CreateCommand(interp, "mbus_encode_str", mbus_encode_cmd, NULL, NULL); 147 147 #ifdef WIN32
