Changeset 1317 in ntrip


Ignore:
Timestamp:
Dec 20, 2008, 5:06:00 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
9 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnc.pro

    r1310 r1317  
    77DEFINES += NO_RTCM3_MAIN
    88###DEFINES += DEBUG_RTCM2_2021
     9unix:DEFINES  += _TTY_POSIX_
     10win32:DEFINES += _TTY_WIN_
    911
    1012RESOURCES += bnc.qrc
     
    3739          GPSS/gpssDecoder.h
    3840
     41HEADERS       += serial/qextserialbase.h serial/qextserialport.h
     42unix:HEADERS  += serial/posix_qextserialport.h
     43win32:HEADERS += serial/win_qextserialport.h
     44
    3945SOURCES = bncmain.cpp bncgetthread.cpp  bncwindow.cpp bnctabledlg.cpp \
    4046          bnccaster.cpp bncrinex.cpp bncapp.cpp bncutils.cpp          \
     
    4955          GPSS/gpssDecoder.cpp
    5056
     57SOURCES       += serial/qextserialbase.cpp serial/qextserialport.cpp
     58unix:SOURCES  += serial/posix_qextserialport.cpp
     59win32:SOURCES += serial/win_qextserialport.cpp
     60
    5161RC_FILE = bnc.rc
    5262
Note: See TracChangeset for help on using the changeset viewer.