- Timestamp:
- Apr 9, 2008, 1:34:00 PM (17 years ago)
- Location:
- trunk/BNS
- Files:
-
- 33 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bns.pro
r805 r810 6 6 7 7 RESOURCES += bns.qrc 8 9 # Location of the NewMat Library10 # ------------------------------11 unix:NEWMAT_ROOT = $$(NEWMAT_ROOT)12 win32:NEWMAT_ROOT = ../../Source/newmat13 8 14 9 # Get rid of mingwm10.dll … … 23 18 release:MOC_DIR=.moc/release 24 19 25 # Include Path and additional Libraries 26 # ------------------------------------- 27 INCLUDEPATH = . $$NEWMAT_ROOT/include 28 LIBS = -L$$NEWMAT_ROOT/lib -lnewmat 20 # Include Path 21 # ------------ 22 INCLUDEPATH = . ./newmat 29 23 30 24 HEADERS = bns.h bnswindow.h bnshlpdlg.h bnshtml.h \ 31 25 bnseph.h bnsutils.h 32 26 27 HEADERS += 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 33 31 SOURCES = bnsmain.cpp bns.cpp bnswindow.cpp bnshlpdlg.cpp bnshtml.cpp \ 34 32 bnseph.cpp bnsutils.cpp 33 34 SOURCES += 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 35 42 36 43 RC_FILE = bns.rc
Note:
See TracChangeset
for help on using the changeset viewer.