📄 makefile.demo
字号:
# This is an example Makefile that demonstrates how to link Tix into# an ET-enabled wish. You need to modify this file to suit the# configuration on your system## etwish+tix: an ET-enabled wish executable that includes Tix## etdemo.et an ET initialization file that includes Tix# It should be translated into C code by et2c# and then compiled into etdemo.o## et42.o compiled from et42.c that came with ET.#etwish+tix: ld etdemo.o libtixsam4.1.7.6.so et42.o -ltcl -ltk -o etwish+tix
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -