freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2-demos] master 95cfc0b 1/2: * src/Jamfile: Mention `output.c'.


From: Alexei Podtelezhnikov
Subject: [freetype2-demos] master 95cfc0b 1/2: * src/Jamfile: Mention `output.c'.
Date: Wed, 18 Apr 2018 21:42:45 -0400 (EDT)

branch: master
commit 95cfc0be71e0ec2b183c933f69166a395c6d7476
Author: Alexei Podtelezhnikov <address@hidden>
Commit: Alexei Podtelezhnikov <address@hidden>

    * src/Jamfile: Mention `output.c'.
    * objs/.gitignore: Ignore almost everything.
---
 ChangeLog       | 5 +++++
 objs/.gitignore | 6 +++---
 src/Jamfile     | 2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index bb08f61..b61c8d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-04-18  Alexei Podtelezhnikov  <address@hidden>
+
+       * src/Jamfile: Mention `output.c'.
+       * objs/.gitignore: Ignore almost everything.
+
 2018-04-18  Werner Lemberg  <address@hidden>
 
        * Jamrules (FT2_LIB), src/Jamfile (COMMON_LIB): Don't use $(SUFLIB).
diff --git a/objs/.gitignore b/objs/.gitignore
index 7cb70cb..f847620 100644
--- a/objs/.gitignore
+++ b/objs/.gitignore
@@ -1,3 +1,3 @@
-graph.a
-*.lo
-*.o
+*
+!README
+!.gitignore
diff --git a/src/Jamfile b/src/Jamfile
index da8902d..5578ada 100644
--- a/src/Jamfile
+++ b/src/Jamfile
@@ -9,7 +9,7 @@ SubDirHdrs  [ FT2DEMO_SubDir  graph ] ;
 
 COMMON_LIB = $(LIBPREFIX)ft2common ;
 
-Library  $(COMMON_LIB) : ftcommon.c common.c ;
+Library  $(COMMON_LIB) : ftcommon.c common.c output.c ;
 
 
 if $(UNIX)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]