Permalink
Newer
Older
100644 27 lines (20 sloc) 458 Bytes
Nov 9, 2015 @miscco Updated the code with correct license.
1 TEMPLATE = app
2 CONFIG += console
3 CONFIG -= app_bundle
4 CONFIG -= qt
5
Oct 10, 2016 @crossley Update NM_TC.pro
6 TARGET = release_binary
Nov 9, 2015 @miscco Updated the code with correct license.
7
8 SOURCES += Cortical_Column.cpp \
Sep 13, 2016 @miscco Major cleanup and moderinization
9 TC.cpp \
10 TC_mex.cpp \
11 Thalamic_Column.cpp
Nov 9, 2015 @miscco Updated the code with correct license.
12
Feb 1, 2016 @miscco Switched to the random_stream header for RNGs and updated the naming …
13 HEADERS += Cortical_Column.h \
Sep 13, 2016 @miscco Major cleanup and moderinization
14 Data_Storage.h \
15 ODE.h \
16 Random_Stream.h \
17 Stimulation.h \
18 Thalamic_Column.h
Nov 9, 2015 @miscco Updated the code with correct license.
19
20 SOURCES -= TC_mex.cpp
Sep 13, 2016 @miscco Major cleanup and moderinization
21
22 QMAKE_CXXFLAGS += -std=c++11
23 QMAKE_CXXFLAGS_RELEASE -= -O1
24 QMAKE_CXXFLAGS_RELEASE -= -O2
25 QMAKE_CXXFLAGS_RELEASE *= -O3
26