5d56e046d8
Computes range in kilometers and great circle bearing between QTH and remote site specified by Lat/Lon or Maidenhead Grid Square Computes range in kilometers and great circle bearing between QTH and a site selected from a database list for all known callsign prefixes and their geographic position. Geographic position is by major city.
19 lines
469 B
Text
19 lines
469 B
Text
--- makefile.orig Fri Dec 15 14:36:15 2006
|
|
+++ makefile Tue Mar 20 21:15:16 2007
|
|
@@ -5,7 +5,7 @@
|
|
#----------------------------------------------------------------------------------
|
|
#
|
|
|
|
-CFLAGS = `fltk-config --cxxflags` -Wall -g0 -O2 -fexceptions
|
|
+CFLAGS += `fltk-config --cxxflags` -Wall -g0
|
|
|
|
LIBS = -lfltk_images -ljpeg -lpng
|
|
|
|
@@ -13,7 +13,6 @@
|
|
|
|
OBJECT =
|
|
|
|
-CXX = g++
|
|
|
|
# ----------------------------------------------------------------------------------
|
|
|