myserver-commit
[Top][All Lists]
Advanced

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

[myserver-commit] [SCM] GNU MyServer branch, master, updated. v0.9.2-296


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. v0.9.2-296-gdd766df
Date: Tue, 17 Aug 2010 00:38:31 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU MyServer".

The branch, master has been updated
       via  dd766df8e3096bb69f1430706fc42034a4c82283 (commit)
      from  2e0bf394baf3c2724c026ce07aa654805af76b62 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------


commit dd766df8e3096bb69f1430706fc42034a4c82283
Author: Alexandru IANCU <address@hidden>
Date:   Mon Aug 16 23:45:06 2010 +0300

    improve compile time by using precompiled header

diff --git a/myserver/Makefile.am b/myserver/Makefile.am
index b69052d..b9fee8d 100644
--- a/myserver/Makefile.am
+++ b/myserver/Makefile.am
@@ -43,6 +43,9 @@ localedir.h: Makefile
        echo '/* This file is auto-generated by Makefile!  */' >$@
        echo '#define LOCALEDIR "$(localedir)"' >> $@
 
+pch: stdafx.h
+       $(CXX) -x c++-header stdafx.h -o stdafx.h.gch
+
 all: config.h localedir.h
 # Generate the localedir.h file before any other rule.
 

-----------------------------------------------------------------------

Summary of changes:
 myserver/Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU MyServer



reply via email to

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