makefile.am

来自「sdl的gfx开发包」· AM 代码 · 共 17 行

AM
17
字号
AUTOMAKE_OPTIONS = no-dependenciesbin_PROGRAMS = \	TestGfxPrimitives \	TestRotozoom \	TestFramerate \	TestImageFilter \	TestFontsTestGfxPrimitives_SOURCES = TestGfxPrimitives.cTestRotozoom_SOURCES = TestRotozoom.cTestFramerate_SOURCES = TestFramerate.cTestImageFilter_SOURCES = TestImageFilter.cTestFonts_SOURCES = TestFonts.cDISTCLEANFILES = *~ *~c *~h *.cross.cache inc

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?