Changeset 810 in ntrip for trunk/BNS


Ignore:
Timestamp:
Apr 9, 2008, 1:34:00 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNS
Files:
33 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.pro

    r805 r810  
    66
    77RESOURCES += bns.qrc
    8 
    9 # Location of the NewMat Library
    10 # ------------------------------
    11 unix:NEWMAT_ROOT = $$(NEWMAT_ROOT)
    12 win32:NEWMAT_ROOT = ../../Source/newmat
    138
    149# Get rid of mingwm10.dll
     
    2318release:MOC_DIR=.moc/release
    2419
    25 # Include Path and additional Libraries
    26 # -------------------------------------
    27 INCLUDEPATH = . $$NEWMAT_ROOT/include
    28 LIBS        = -L$$NEWMAT_ROOT/lib -lnewmat
     20# Include Path
     21# ------------
     22INCLUDEPATH = . ./newmat
    2923
    3024HEADERS =             bns.h   bnswindow.h   bnshlpdlg.h   bnshtml.h   \
    3125          bnseph.h    bnsutils.h
    3226
     27HEADERS += newmat/controlw.h newmat/include.h newmat/myexcept.h  \
     28           newmat/newmatap.h newmat/newmat.h newmat/newmatio.h   \
     29           newmat/newmatrc.h newmat/newmatrm.h newmat/precisio.h
     30
    3331SOURCES = bnsmain.cpp bns.cpp bnswindow.cpp bnshlpdlg.cpp bnshtml.cpp \
    3432          bnseph.cpp  bnsutils.cpp
     33
     34SOURCES += newmat/bandmat.cpp newmat/cholesky.cpp newmat/evalue.cpp  \
     35           newmat/fft.cpp newmat/hholder.cpp newmat/jacobi.cpp       \
     36           newmat/myexcept.cpp newmat/newfft.cpp newmat/newmat1.cpp  \
     37           newmat/newmat2.cpp newmat/newmat3.cpp newmat/newmat4.cpp  \
     38           newmat/newmat5.cpp newmat/newmat6.cpp newmat/newmat7.cpp  \
     39           newmat/newmat8.cpp newmat/newmat9.cpp newmat/newmatex.cpp \
     40           newmat/newmatrm.cpp newmat/nm_misc.cpp newmat/sort.cpp    \
     41           newmat/submat.cpp newmat/svd.cpp
    3542
    3643RC_FILE = bns.rc
Note: See TracChangeset for help on using the changeset viewer.