Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tg
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
tg
Commits
f31ef233
Commit
f31ef233
authored
Nov 18, 2014
by
vvaltman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated to use new version of tgl
parent
7f83a124
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
Makefile.tgl
Makefile.tgl
+5
-2
mime.types
mime.types
+1
-0
tgl
tgl
+1
-1
No files found.
Makefile.tgl
View file @
f31ef233
TGL_OBJECTS
=
${
OBJ
}
/mtproto-common.o
${
OBJ
}
/mtproto-client.o
${
OBJ
}
/queries.o
${
OBJ
}
/structures.o
${
OBJ
}
/binlog.o
${
OBJ
}
/tgl.o
${
OBJ
}
/updates.o
${
OBJ
}
/tgl-net.o
${
OBJ
}
/tgl-timers.o
TGL_OBJECTS
=
${
OBJ
}
/mtproto-common.o
${
OBJ
}
/mtproto-client.o
${
OBJ
}
/queries.o
${
OBJ
}
/structures.o
${
OBJ
}
/binlog.o
${
OBJ
}
/tgl.o
${
OBJ
}
/updates.o
${
OBJ
}
/tgl-net.o
${
OBJ
}
/tgl-timers.o
${
OBJ
}
/tg-mime-types.o
TLD_OBJECTS
=
${
OBJ
}
/dump-tl-file.o
GENERATE_OBJECTS
=
${
OBJ
}
/generate.o
TGL_COMMON_OBJECTS
=
${
OBJ
}
/tools.o
...
...
@@ -15,10 +15,13 @@ ${OBJ}/auto/auto.o ${TGL_OBJECTS}: ${AUTO}/constants.h ${AUTO}/auto-header.h
${TGL_OBJ_C}
:
${OBJ}/%.o: ${srcdir}/tgl/%.c | create_dirs
${
CC
}
${
INCLUDE
}
${
COMPILE_FLAGS
}
-iquote
${
srcdir
}
/tgl
-c
-MP
-MD
-MF
${
DEP
}
/
$*
.d
-MQ
${
OBJ
}
/
$*
.o
-o
$@
$<
${OBJ}/mime-types.o
:
${srcdir}/mime.types
ld
-r
-b
binary
-o
$@
$^
${OBJ}/auto/auto.o
:
${AUTO}/auto.c
${
CC
}
${
INCLUDE
}
${
COMPILE_FLAGS
}
-iquote
${
srcdir
}
/tgl
-c
-MP
-MD
-MF
${
DEP
}
/auto/auto.d
-MQ
${
OBJ
}
/auto/auto.o
-o
$@
$<
${LIB}/libtgl.a
:
${TGL_OBJECTS} ${TGL_COMMON_OBJECTS} ${OBJ}/auto/auto.o
${LIB}/libtgl.a
:
${TGL_OBJECTS} ${TGL_COMMON_OBJECTS} ${OBJ}/auto/auto.o
${OBJ}/mime-types.o
ar ruv
$@
$^
${EXE}/generate
:
${GENERATE_OBJECTS} ${TGL_COMMON_OBJECTS}
...
...
mime.types
0 → 120000
View file @
f31ef233
tgl/mime.types
\ No newline at end of file
tgl
@
b0c0eaf4
Subproject commit
a2403df85b430311feb6a8c214428802800b1633
Subproject commit
b0c0eaf4d2b4cd387c883c07fe8916eb8022307b
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment