- Timestamp:
- Feb 28, 2009, 11:32:13 AM (16 years ago)
- Location:
- trunk/BNS
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bns.pro
r1668 r1669 29 29 HEADERS = bns.h bnswindow.h bnshlpdlg.h bnshtml.h \ 30 30 bnseph.h bnsutils.h bnsrinex.h bnssp3.h bnsoutf.h \ 31 bnscaster.h RTCM/clock_orbit_rtcm.h bnssettings.h bnsapp .h31 bnscaster.h RTCM/clock_orbit_rtcm.h bnssettings.h bnsappw.h 32 32 33 33 HEADERS += newmat/controlw.h newmat/include.h newmat/myexcept.h \ … … 37 37 SOURCES = bnsmain.cpp bns.cpp bnswindow.cpp bnshlpdlg.cpp bnshtml.cpp \ 38 38 bnseph.cpp bnsutils.cpp bnsrinex.cpp bnssp3.cpp bnsoutf.cpp \ 39 bnscaster.cpp bnssettings.cpp bnsapp .cpp\39 bnscaster.cpp bnssettings.cpp bnsappw.cpp \ 40 40 RTCM/clock_orbit_rtcm.c 41 41 -
trunk/BNS/bnsmain.cpp
r1668 r1669 20 20 #include "bnswindow.h" 21 21 #include "bnsutils.h" 22 #include "bnsapp .h"22 #include "bnsappw.h" 23 23 #include "bnssettings.h" 24 24 -
trunk/BNS/bnssettings.cpp
r1668 r1669 16 16 17 17 #include "bnssettings.h" 18 #include "bnsapp .h"18 #include "bnsappw.h" 19 19 20 20 // Constructor
Note:
See TracChangeset
for help on using the changeset viewer.