Corrected symbol definition in Makefile.CVF.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@631 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2008-02-22 13:18:36 +00:00
parent ed5edc04ca
commit 88bed8663c
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ map65.spec: map65.py astro.py g.py options.py palettes.py smeter.py specjt.py
--tk --onefile map65.py
jtaudio.o: jtaudio.c
$(CC) /nologo /c /DCVF /Fojtaudio.o jtaudio.c
$(CC) /nologo /c /DWin32 /Fojtaudio.o jtaudio.c
init_rs.obj: init_rs.c
$(CC) /nologo /c /DBIGSYM=1 init_rs.c

View File

@ -1,4 +1,4 @@
#--------------------------------------------------------------------- MAP65
#-------------------------------------------------------------------- MAP65
# $Date$ $Revision$
#
from Tkinter import *