90613f5039
update to ITHVNR 3.5640.1 and translation
23 lines
280 B
Prolog
23 lines
280 B
Prolog
# sys.pro
|
|
# 8/21/2013 jichi
|
|
# Build ITH_engine.dll
|
|
|
|
#CONFIG += noqt noeh staticlib
|
|
CONFIG += staticlib
|
|
include(../../../config.pri)
|
|
|
|
## Sources
|
|
|
|
TEMPLATE = lib
|
|
TARGET = wintimer
|
|
|
|
HEADERS += \
|
|
wintimer.h \
|
|
wintimerbase.h
|
|
|
|
SOURCES += \
|
|
wintimer.cc \
|
|
wintimerbase.cc
|
|
|
|
# EOF
|