📄 makefile.pro
字号:
TEMPLATE = appTARGET = cosCONFIG += console debugOBJECTS_DIR = objDESTDIR = ../../bin/debugunix:TMAKE_CC = g++unix:CFLAGS += -Wno-unused-parameterwin32-msvc:TMAKE_CFLAGS += /TP /Fp"cos.pch" /YX /GXwin32-msvc:TMAKE_CXXFLAGS += /TP /Fp"cos.pch" /YX /GXwin32-msvc:LIBS += ws2_32.libwin32-msvc:DEFINES += WIN32 _CONSOLE _MBCSwin32-gcc:TMAKE_CFLAGS += -Owin32-gcc:DEFINES += WIN32 _CONSOLE _MBCS __USE_W32_SOCKETSwin32-gcc:LIBS += /lib/w32api/libws2_32.a#CLEAN_FILES =INCLUDEPATH = . ./simu .. ../../hal/simu ../../bios/simu ../../../common ../../..DEPENDPATH = ../../../.. . ./simu .. ../../hal/simu ../../hal ../../bios ../../cos \ ../../../common ../../bios/tcl ../../bios/fs ../../bios/lvHEADERS = precomp.h devconf.h halconf.out.h biosconf.out.h tclconf.out.h cosconf.out.h \ ../../../common/jaya_error.h \ ../../../common/jlog.h \ ../../../common/socket.h \ ../../../common/str_hex.h \ ../cos.h \ ../config.h \ ../version.h \ ../../bios/err.h \ ../../bios/bios.h \ ../../bios/tcl/tcl.h \ ../../bios/fs/fs.h \ ../../bios/lv/tlv.h \ ../../bios/simu/simuXMLeep.h \ ../../hal/xpcomp.h \ ../../hal/hal.h \ ../../hal/hallog.h \ ../../hal/simu/types.h \ ../../../common/simumsg.h \ ../../hal/simu/simueep.h \ ../../hal/simu/simudisp.h \ ../../hal/simu/micro.h \ ../../hal/simu/halsimuv.h \ ../../hal/simu/halsimu.hSOURCES = startup.c \ ../../../common/jaya_error.c \ ../../../common/jlog.c \ ../../../common/socket.c \ ../../../common/str_hex.c \ ../application.c \ ../getchallenge.c \ ../externalauthenticate.c \ ../internalauthenticate.c \ ../mutualauthenticate.c \ ../getchipnumber.c \ ../getdata.c \ ../putdata.c \ ../helpers.c \ ../ber.c \ ../global.c \ ../historical.c \ ../atrget.c \ ../cardlock.c \ ../writeeeprom.c \ ../readbinary.c \ ../updatebinary.c \ ../erasebinary.c \ ../readrecord.c \ ../updaterecord.c \ ../appendrecord.c \ ../createfile.c \ ../deletefile.c \ ../getresponse.c \ ../selectfile.c \ ../select.c \ ../verifypin.c \ ../changepin.c \ ../unlockpin.c \ ../invalidate.c \ ../rehabilitate.c \ ../changekey.c \ ../incdec.c \ ../changeconfig.c \ ../init.c \ ../cosmain.c \ ../../bios/init/applidata.c \ ../../bios/init/atr.c \ ../../bios/init/ats.c \ ../../bios/init/initbios.c \ ../../bios/init/taglife.c \ ../../bios/odata/objpin.c \ ../../bios/odata/objkey.c \ ../../bios/odata/objcnt.c \ ../../bios/odata/objappli.c \ ../../bios/crypto/crypto.c \ ../../bios/crypto/cryptoctx.c \ ../../bios/crypto/random.c \ ../../bios/crypto/loadkey.c \ ../../bios/crypto/sizekey.c \ ../../bios/io/io.c \ ../../bios/err.c \ ../../bios/patch/opcode.c \ ../../bios/patch/oprom.c \ ../../bios/simu/simufs.c \ ../../bios/simu/simuXMLeep.c \ ../../bios/simu/introspection.c \ ../../bios/fs/stream.c \ ../../bios/fs/transaction.c \ ../../bios/fs/fstools.c \ ../../bios/fs/acl.c \ ../../bios/fs/lookup.c \ ../../bios/fs/fsmf.c \ ../../bios/fs/fsbootstrap.c \ ../../bios/fs/fsselect.c \ ../../bios/fs/fscreate.c \ ../../bios/fs/fsdelete.c \ ../../bios/fs/fsrecords.c \ ../../bios/fs/fsbinary.c \ ../../bios/fs/fsinvalid.c \ ../../bios/lv/tlv.c \ ../../bios/tcl/tclfsm.c \ ../../bios/tcl/tclfsmcode.c \ ../../bios/tcl/tclinit.c \ ../../bios/tcl/tclrom.c \ ../../bios/tcl/tcltypea.c \ ../../bios/tcl/tcltypeb.c \ ../../bios/tcl/tclwtx.c \ ../../hal/crypto/des.c \ ../../hal/crypto/romdes.c \ ../../hal/crypto/sha1.c \ ../../hal/hal.c \ ../../hal/hal2.c \ ../../hal/hal3.c \ ../../hal/halcontext.c \ ../../hal/simu/simuexit.c \ ../../hal/simu/halap.c \ ../../hal/simu/halcall.c \ ../../hal/simu/halclock.c \ ../../hal/simu/halcpman.c \ ../../hal/simu/halcrc.c \ ../../hal/simu/haleep.c \ ../../hal/simu/halhalt.c \ ../../hal/simu/halinit.c \ ../../hal/simu/halpower.c \ ../../hal/simu/halrand.c \ ../../hal/simu/halmanu.c \ ../../hal/simu/halmmu.c \ ../../hal/halrom.c \ ../../hal/simu/halt0.c \ ../../hal/simu/haltcl.c \ ../../hal/simu/halanticol.c \ ../../hal/simu/halwaitio.c \ ../../hal/simu/halwaitetu.c \ ../../hal/simu/hallock.c \ ../../hal/simu/simueep.c \ ../../hal/simu/simudisp.c \ ../../hal/simu/halsimuv.c \ ../../../common/simumsg.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -