Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS
- Property svn:externals set to
-
trunk/BNS/bns.cpp
r2461 r2493 25 25 #include "bnssettings.h" 26 26 extern "C" { 27 #include " RTCM/rtcm3torinex.h"27 #include "rtcm3torinex.h" 28 28 } 29 29 -
trunk/BNS/bns.h
r2461 r2493 10 10 #include "bnscaster.h" 11 11 extern "C" { 12 #include " RTCM/clock_orbit_rtcm.h"12 #include "clock_orbit_rtcm.h" 13 13 } 14 14 -
trunk/BNS/bns.pro
r2258 r2493 28 28 # Include Path 29 29 # ------------ 30 INCLUDEPATH = . ./newmat 30 INCLUDEPATH = . ./newmat ./rtcm3torinex ./clock_and_orbit 31 31 32 32 HEADERS = bns.h bnswindow.h bnshlpdlg.h bnshtml.h \ 33 33 bnseph.h bnsutils.h bnsrinex.h bnssp3.h bnsoutf.h \ 34 bnscaster.h RTCM/clock_orbit_rtcm.h bnssettings.h bnsapp.h \35 bnscustomtrafo.h RTCM/rtcm3torinex.h bnctime.h timeutils.h34 bnscaster.h clock_and_orbit/clock_orbit_rtcm.h bnssettings.h bnsapp.h \ 35 bnscustomtrafo.h rtcm3torinex/rtcm3torinex.h bnctime.h timeutils.h 36 36 37 37 HEADERS += newmat/controlw.h newmat/include.h newmat/myexcept.h \ … … 42 42 bnseph.cpp bnsutils.cpp bnsrinex.cpp bnssp3.cpp bnsoutf.cpp \ 43 43 bnscaster.cpp bnssettings.cpp bnsapp.cpp bnscustomtrafo.cpp \ 44 RTCM/clock_orbit_rtcm.c RTCM/rtcm3torinex.c bnctime.cpp\45 timeutils.cpp44 clock_and_orbit/clock_orbit_rtcm.c rtcm3torinex/rtcm3torinex.c \ 45 bnctime.cpp timeutils.cpp 46 46 47 47 SOURCES += newmat/bandmat.cpp newmat/cholesky.cpp newmat/evalue.cpp \ -
trunk/BNS/bnseph.cpp
r2429 r2493 22 22 #include "bnctime.h" 23 23 extern "C" { 24 #include " RTCM/rtcm3torinex.h"24 #include "rtcm3torinex.h" 25 25 } 26 26
Note:
See TracChangeset
for help on using the changeset viewer.