📄 makefile.pro
字号:
TEMPLATE = appTARGET = tck_bios_transCONFIG += console debugOBJECTS_DIR = objwin32-msvc:TMAKE_CFLAGS += /TP /Fp"tck_bios_trans.pch" /YX /GXwin32-msvc:DEFINES += WIN32 _CONSOLE _MBCSwin32-gcc:TMAKE_CFLAGS += -Owin32-gcc:DEFINES += WIN32 _CONSOLE _MBCS __USE_W32_SOCKETSINCLUDEPATH = . ../common ../../../bios ../../../hal ../../../hal/simu ../../common ../../../../common \ ../../../.. ../../../bios/simuHEADERS = precomp.h \ ../../common/hexa.h \ ../../../../common/jlog.h \ ../../../../common/jaya_error.h \ ../../../hal/hal.h \ ../../../bios/bios.hSOURCES = tck_bios_trans.c \ ../common/global.c \ ../common/tckexit.c \ ../../common/hexa.c \ ../../../bios/err.c \ ../../../bios/init/initbios.c \ ../../../bios/init/applidata.c \ ../../../bios/crypto/crypto.c \ ../../../bios/crypto/cryptoctx.c \ ../../../bios/crypto/random.c \ ../../../bios/crypto/sizekey.c \ ../../../bios/fs/stream.c \ ../../../bios/fs/transaction.c \ ../../../bios/tcl/tclinit.c \ ../../../bios/simu/introspection.c \ ../../../bios/simu/simuXMLeep.c \ ../../../hal/hal.c \ ../../../hal/hal3.c \ ../../../hal/simu/halinit.c \ ../../../hal/simu/halrand.c \ ../../../hal/simu/simueep.c \ ../../../hal/simu/haleep.c \ ../../../hal/simu/halcrc.c \ ../../../../common/jlog.c \ ../../../../common/jaya_error.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -