Changeset 2016 in ntrip


Ignore:
Timestamp:
Nov 25, 2009, 2:49:29 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnc.pro

    r2011 r2016  
    2828# Include Path
    2929# ------------
    30 INCLUDEPATH = .
     30INCLUDEPATH = . ./newmat ./RTCM3
    3131
    3232HEADERS = bnchelp.html bncgetthread.h    bncwindow.h   bnctabledlg.h  \
     
    3838          bncnetqueryudp0.h bncudpport.h                              \
    3939          bncserialport.h bncnetquerys.h bncfigure.h                  \
    40           bncfigurelate.h bncpppthread.h bncversion.h                 \
     40          bncfigurelate.h bncpppthread.h bncversion.h bnseph.h        \
    4141          RTCM/GPSDecoder.h RTCM/RTCM2.h RTCM/RTCM2Decoder.h          \
    4242          RTCM/RTCM2_2021.h RTCM/rtcm_utils.h                         \
     
    5353win32:HEADERS += serial/win_qextserialport.h
    5454
     55HEADERS += 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
    5559SOURCES = bncmain.cpp bncgetthread.cpp  bncwindow.cpp bnctabledlg.cpp \
    5660          bnccaster.cpp bncrinex.cpp bncapp.cpp bncutils.cpp          \
     
    6165          bncnetqueryudp0.cpp bncudpport.cpp                          \
    6266          bncserialport.cpp bncnetquerys.cpp bncfigure.cpp            \
    63           bncfigurelate.cpp bncpppthread.cpp                          \
     67          bncfigurelate.cpp bncpppthread.cpp bnseph.cpp               \
    6468          RTCM/RTCM2.cpp RTCM/RTCM2Decoder.cpp                        \
    6569          RTCM/RTCM2_2021.cpp RTCM/rtcm_utils.cpp                     \
     
    7478win32:SOURCES += serial/win_qextserialport.cpp
    7579
     80SOURCES += 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
    7689RC_FILE = bnc.rc
    7790
Note: See TracChangeset for help on using the changeset viewer.