From 88bed8663c32477340614f574009248e0217fbdc Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 22 Feb 2008 13:18:36 +0000 Subject: [PATCH] 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 --- Makefile.CVF | 2 +- map65.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.CVF b/Makefile.CVF index 6cc4345be..355f8a023 100644 --- a/Makefile.CVF +++ b/Makefile.CVF @@ -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 diff --git a/map65.py b/map65.py index 7f4fb508f..156968722 100644 --- a/map65.py +++ b/map65.py @@ -1,4 +1,4 @@ -#--------------------------------------------------------------------- MAP65 +#-------------------------------------------------------------------- MAP65 # $Date$ $Revision$ # from Tkinter import *