- Timestamp:
- Nov 25, 2009, 2:49:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bnc.pro ¶
r2011 r2016 28 28 # Include Path 29 29 # ------------ 30 INCLUDEPATH = . 30 INCLUDEPATH = . ./newmat ./RTCM3 31 31 32 32 HEADERS = bnchelp.html bncgetthread.h bncwindow.h bnctabledlg.h \ … … 38 38 bncnetqueryudp0.h bncudpport.h \ 39 39 bncserialport.h bncnetquerys.h bncfigure.h \ 40 bncfigurelate.h bncpppthread.h bncversion.h 40 bncfigurelate.h bncpppthread.h bncversion.h bnseph.h \ 41 41 RTCM/GPSDecoder.h RTCM/RTCM2.h RTCM/RTCM2Decoder.h \ 42 42 RTCM/RTCM2_2021.h RTCM/rtcm_utils.h \ … … 53 53 win32:HEADERS += serial/win_qextserialport.h 54 54 55 HEADERS += newmat/controlw.h newmat/include.h newmat/myexcept.h \ 56 newmat/newmatap.h newmat/newmat.h newmat/newmatio.h \ 57 newmat/newmatrc.h newmat/newmatrm.h newmat/precisio.h 58 55 59 SOURCES = bncmain.cpp bncgetthread.cpp bncwindow.cpp bnctabledlg.cpp \ 56 60 bnccaster.cpp bncrinex.cpp bncapp.cpp bncutils.cpp \ … … 61 65 bncnetqueryudp0.cpp bncudpport.cpp \ 62 66 bncserialport.cpp bncnetquerys.cpp bncfigure.cpp \ 63 bncfigurelate.cpp bncpppthread.cpp 67 bncfigurelate.cpp bncpppthread.cpp bnseph.cpp \ 64 68 RTCM/RTCM2.cpp RTCM/RTCM2Decoder.cpp \ 65 69 RTCM/RTCM2_2021.cpp RTCM/rtcm_utils.cpp \ … … 74 78 win32:SOURCES += serial/win_qextserialport.cpp 75 79 80 SOURCES += newmat/bandmat.cpp newmat/cholesky.cpp newmat/evalue.cpp \ 81 newmat/fft.cpp newmat/hholder.cpp newmat/jacobi.cpp \ 82 newmat/myexcept.cpp newmat/newfft.cpp newmat/newmat1.cpp \ 83 newmat/newmat2.cpp newmat/newmat3.cpp newmat/newmat4.cpp \ 84 newmat/newmat5.cpp newmat/newmat6.cpp newmat/newmat7.cpp \ 85 newmat/newmat8.cpp newmat/newmat9.cpp newmat/newmatex.cpp \ 86 newmat/newmatrm.cpp newmat/nm_misc.cpp newmat/sort.cpp \ 87 newmat/submat.cpp newmat/svd.cpp 88 76 89 RC_FILE = bnc.rc 77 90
Note:
See TracChangeset
for help on using the changeset viewer.