File tree Expand file tree Collapse file tree 4 files changed +209
-10
lines changed
Expand file tree Collapse file tree 4 files changed +209
-10
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,9 @@ RESOURCES += \
6666
6767
6868# for blink1-lib
69- # note: be sure to "cd blink1/commandline && make lib" beforehand
70- # (and maybe "make libextra" for Win)
69+ # note: be sure to compile blink1-lib beforhard with:
70+ # cd blink1/commandline && make lib"
71+ # for Windows, that will build both MinGW & MSVC compatible libs
7172BLINK1_LIB_DIR=$$PWD /../../commandline
7273# message("BLINK1_LIB_DIR=$$BLINK1_LIB_DIR")
7374
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ void DataInput::start()
161161 }
162162 } // last modified
163163 else {
164- // input->setArg2("Old File");
164+ // input->setArg2("Old File"); // FIXME: should do something to indicate older file
165165 // input->setDate(-1);
166166 }
167167 }
You can’t perform that action at this time.
0 commit comments