mirror of
https://github.com/GLEGram/GLEGram-iOS.git
synced 2026-07-12 03:46:36 +02:00
4647310322
Based on Swiftgram 12.5 (Telegram iOS 12.5). All GLEGram features ported and organized in GLEGram/ folder. Features: Ghost Mode, Saved Deleted Messages, Content Protection Bypass, Font Replacement, Fake Profile, Chat Export, Plugin System, and more. See CHANGELOG_12.5.md for full details.
12 lines
420 B
Makefile
12 lines
420 B
Makefile
libyasm_a_SOURCES += modules/dbgfmts/codeview/cv-dbgfmt.h
|
|
libyasm_a_SOURCES += modules/dbgfmts/codeview/cv-dbgfmt.c
|
|
libyasm_a_SOURCES += modules/dbgfmts/codeview/cv-symline.c
|
|
libyasm_a_SOURCES += modules/dbgfmts/codeview/cv-type.c
|
|
|
|
YASM_MODULES += dbgfmt_cv8
|
|
|
|
EXTRA_DIST += modules/dbgfmts/codeview/cv8.txt
|
|
|
|
#EXTRA_DIST += modules/dbgfmts/codeview/tests/Makefile.inc
|
|
#include modules/dbgfmts/codeview/tests/Makefile.inc
|