mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-30 12:30:23 -04:00 
			
		
		
		
	Removed makedate; use keywords $Date$ and $Rev$ in wsjt.py.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/WSJT/trunk@21 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									da64305920
								
							
						
					
					
						commit
						3654a5e30b
					
				
							
								
								
									
										4
									
								
								g1
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								g1
									
									
									
									
									
								
							| @ -1,3 +1 @@ | |||||||
| g95 -cpp -DLinux -fno-second-underscore -o makedate makedate.f90 | python f2py.py -c --quiet --opt="-O -cpp -DLinux -fno-second-underscore" init_rs.o encode_rs.o decode_rs.o -m Audio --"f77exec=/home/joe/bin/g95" --f90exec="/home/joe/bin/g95" -L//usr/lib/gcc-lib/i386-redhat-linux/3.2.2/ -lpthread -lg2c only: ftn_init ftn_quit audio_init spec getfile azdist0 astro0 : a2d.f90 abc441.f90 astro0.f90 audio_init.f90 azdist0.f90 decode1.f90 decode2.f90 decode3.f90 ftn_init.f90 ftn_quit.f90 get_fname.f90 getfile.f90 horizspec.f90 hscroll.f90 i1tor4.f90 makedate_sub.f90 rfile.f90 savedata.f90 spec.f90 wsjtgen.f90 runqqq.f90 wsjt1.f fsubs1.f fsubs.f astro.f astropak.f jtaudio.c ptt_linux.c wrapkarn.c start_threads.c cutil.c fivehz.f90 | ||||||
| makedate |  | ||||||
| python f2py.py -c --quiet --opt="-O -cpp -DLinux -fno-second-underscore" init_rs.o encode_rs.o decode_rs.o -m Audio --"f77exec=/home/joe/bin/g95" --f90exec="/home/joe/bin/g95" -L//usr/lib/gcc-lib/i386-redhat-linux/3.2.2/ -lpthread -lg2c only: ftn_init ftn_quit audio_init spec getfile azdist0 astro0 makedate_sub : a2d.f90 abc441.f90 astro0.f90 audio_init.f90 azdist0.f90 decode1.f90 decode2.f90 decode3.f90 ftn_init.f90 ftn_quit.f90 get_fname.f90 getfile.f90 horizspec.f90 hscroll.f90 i1tor4.f90 makedate_sub.f90 rfile.f90 savedata.f90 spec.f90 wsjtgen.f90 runqqq.f90 wsjt1.f fsubs1.f fsubs.f astro.f astropak.f jtaudio.c ptt_linux.c wrapkarn.c start_threads.c cutil.c fivehz.f90 |  | ||||||
|  | |||||||
							
								
								
									
										4
									
								
								g1.bat
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								g1.bat
									
									
									
									
									
								
							| @ -1,4 +1,2 @@ | |||||||
| df /fpp /define:Win32 makedate.f90 |  | ||||||
| makedate |  | ||||||
| cl /c /DWin32 /Fojtaudio.o jtaudio.c | cl /c /DWin32 /Fojtaudio.o jtaudio.c | ||||||
| f2py.py -c --quiet --opt="/traceback /fast /fpp /define:Win32" init_rs.o encode_rs.o decode_rs.o jtaudio.o -lwinmm -lpa -llibsamplerate -m Audio --"fcompiler=compaqv" only: ftn_init ftn_quit audio_init spec getfile azdist0 astro0 makedate_sub : a2d.f90 abc441.f90 astro0.f90 audio_init.f90 azdist0.f90 decode1.f90 decode2.f90 decode3.f90 ftn_init.f90 ftn_quit.f90 get_fname.f90 getfile.f90 horizspec.f90 hscroll.f90 i1tor4.f90 makedate_sub.f90 rfile.f90 savedata.f90 spec.f90 wsjtgen.f90 runqqq.f90 wsjt1.f fsubs1.f fsubs.f astro.f astropak.f resample.c ptt.c wrapkarn.c fivehz.f90 | f2py.py -c --quiet --opt="/traceback /fast /fpp /define:Win32" init_rs.o encode_rs.o decode_rs.o jtaudio.o -lwinmm -lpa -llibsamplerate -m Audio --"fcompiler=compaqv" only: ftn_init ftn_quit audio_init spec getfile azdist0 astro0 : a2d.f90 abc441.f90 astro0.f90 audio_init.f90 azdist0.f90 decode1.f90 decode2.f90 decode3.f90 ftn_init.f90 ftn_quit.f90 get_fname.f90 getfile.f90 horizspec.f90 hscroll.f90 i1tor4.f90 makedate_sub.f90 rfile.f90 savedata.f90 spec.f90 wsjtgen.f90 runqqq.f90 wsjt1.f fsubs1.f fsubs.f astro.f astropak.f resample.c ptt.c wrapkarn.c fivehz.f90 | ||||||
|  | |||||||
							
								
								
									
										17
									
								
								wsjt.py
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								wsjt.py
									
									
									
									
									
								
							| @ -13,12 +13,11 @@ from palettes import colormapblue, colormapgray0, colormapHot, \ | |||||||
|      colormapAFMHot, colormapgray1, colormapLinrad, Colormap2Palette |      colormapAFMHot, colormapgray1, colormapLinrad, Colormap2Palette | ||||||
| 
 | 
 | ||||||
| root = Tk() | root = Tk() | ||||||
| Version="5.9.2 $Rev$" | Version="5.9.2 r" + "$Rev$"[6:-1] | ||||||
| print "******************************************************************" | print "******************************************************************" | ||||||
| print "WSJT Version " + Version + ", by K1JT" | print "WSJT Version " + Version + ", by K1JT" | ||||||
| isec=Audio.makedate_sub() | print "Revision date: " + \ | ||||||
| print "Build date: " + time.asctime(time.gmtime(isec)) + " UTC" |       "$Date$"[7:-1] | ||||||
| print "$Date$" |  | ||||||
| print "Run date:   " + time.asctime(time.gmtime()) + " UTC" | print "Run date:   " + time.asctime(time.gmtime()) + " UTC" | ||||||
| try: | try: | ||||||
|     root.option_readfile('wsjtrc') |     root.option_readfile('wsjtrc') | ||||||
| @ -612,7 +611,7 @@ def about(event=NONE): | |||||||
|     about.geometry(msgpos()) |     about.geometry(msgpos()) | ||||||
|     if g.Win32: about.iconbitmap("wsjt.ico") |     if g.Win32: about.iconbitmap("wsjt.ico") | ||||||
|     t="WSJT Version " + Version + ", by K1JT" |     t="WSJT Version " + Version + ", by K1JT" | ||||||
|     Label(about,text=t,font=(font1,18)).pack(padx=20,pady=5) |     Label(about,text=t,font=(font1,16)).pack(padx=20,pady=5) | ||||||
|     t=""" |     t=""" | ||||||
| WSJT is a weak signal communications program.  It supports | WSJT is a weak signal communications program.  It supports | ||||||
| five operating modes: FSK441, a fast mode for meteor scatter; | five operating modes: FSK441, a fast mode for meteor scatter; | ||||||
| @ -621,16 +620,14 @@ on 50 MHz; JT65, an extremely sensitive mode for troposcatter | |||||||
| and EME; CW at 15 WPM with messages structured for EME; and | and EME; CW at 15 WPM with messages structured for EME; and | ||||||
| an EME Echo mode for measuring your own echoes from the moon. | an EME Echo mode for measuring your own echoes from the moon. | ||||||
| """ | """ | ||||||
|     Label(about,text=t,font=(font1,10),justify=LEFT).pack(padx=20) |     Label(about,text=t,font=(font1,9),justify=LEFT).pack(padx=20) | ||||||
|     t=""" |     t=""" | ||||||
| Copyright(C) 2001-2005 by Joseph H. Taylor, Jr., K1JT. | Copyright(C) 2001-2005 by Joseph H. Taylor, Jr., K1JT. | ||||||
| """ | """ | ||||||
|     Label(about,text=t,font=(font1,9),justify=LEFT).pack(padx=20) |     Label(about,text=t,font=(font1,9),justify=LEFT).pack(padx=20) | ||||||
| 
 |     t="Revision date: " + \ | ||||||
|     isec=Audio.makedate_sub() |       "$Date$"[7:-1] | ||||||
|     t="Build date: " + time.asctime(time.gmtime(isec)) + " UTC" |  | ||||||
|     Label(about,text=t,font=(font1,9)).pack(padx=20) |     Label(about,text=t,font=(font1,9)).pack(padx=20) | ||||||
| 
 |  | ||||||
|     about.focus_set() |     about.focus_set() | ||||||
| 
 | 
 | ||||||
| #------------------------------------------------------ shortcuts | #------------------------------------------------------ shortcuts | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user