Changeset 2493 in ntrip for trunk/BNS/bns.pro


Ignore:
Timestamp:
Jun 1, 2010, 8:25:35 PM (14 years ago)
Author:
stoecker
Message:

removed double storage of RTCM3 stuff

Location:
trunk/BNS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS

  • trunk/BNS/bns.pro

    r2258 r2493  
    2828# Include Path
    2929# ------------
    30 INCLUDEPATH = . ./newmat
     30INCLUDEPATH = . ./newmat ./rtcm3torinex ./clock_and_orbit
    3131
    3232HEADERS =             bns.h   bnswindow.h   bnshlpdlg.h   bnshtml.h   \
    3333          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.h
     34          bnscaster.h clock_and_orbit/clock_orbit_rtcm.h bnssettings.h bnsapp.h  \
     35          bnscustomtrafo.h rtcm3torinex/rtcm3torinex.h bnctime.h timeutils.h
    3636
    3737HEADERS += newmat/controlw.h newmat/include.h newmat/myexcept.h  \
     
    4242          bnseph.cpp  bnsutils.cpp bnsrinex.cpp bnssp3.cpp bnsoutf.cpp \
    4343          bnscaster.cpp bnssettings.cpp bnsapp.cpp bnscustomtrafo.cpp  \
    44           RTCM/clock_orbit_rtcm.c RTCM/rtcm3torinex.c bnctime.cpp      \
    45           timeutils.cpp
     44          clock_and_orbit/clock_orbit_rtcm.c rtcm3torinex/rtcm3torinex.c \
     45          bnctime.cpp timeutils.cpp
    4646
    4747SOURCES += newmat/bandmat.cpp newmat/cholesky.cpp newmat/evalue.cpp  \
Note: See TracChangeset for help on using the changeset viewer.