📄 makefile.am
字号:
####### kdevelop will overwrite this part!!! (begin)##########bin_PROGRAMS = sdl_mad## INCLUDES were found outside kdevelop specific partsdl_mad_SOURCES = main.c mad_stream.c madlld.c mad_frame.c mad_decode.c mad_convert.c Buffer.c sdl_mad_LDADD = -lSDL -lmad -lSDLmain -lpthreadEXTRA_DIST = Buffer.c buffer.h mad_convert.c mad_decode.c mad_decode.h mad_frame.c mad_internal.h madlld.c mad_stream.c main.c ####### kdevelop will overwrite this part!!! (end)############# set the include path found by configureINCLUDES= $(all_includes)# the library search path.sdl_mad_LDFLAGS = $(all_libraries)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -