[lpc-ext] [SCM] LPC Extensions branch, master, updated. 0.5-5-g17b32b6
Status: Inactive
Brought to you by:
dworkin-sf
From: Felix A. C. <dwo...@us...> - 2010-10-07 18:11:25
|
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 "LPC Extensions". The branch, master has been updated via 17b32b6111072002fed4ef2a01393f8f30241784 (commit) via 1a3248d01b8196cbcdd7c57f3debd0b35d20a9c0 (commit) via 2d82f84e422436cb27b5413bd6447ce38e86a554 (commit) from 1ba315f315e74235b697fa6ef042d6f79c147a85 (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 17b32b6111072002fed4ef2a01393f8f30241784 Author: Felix A. Croes <fe...@dw...> Date: Thu Oct 7 20:07:47 2010 +0200 0.6.1 Add Windows DLL support. commit 1a3248d01b8196cbcdd7c57f3debd0b35d20a9c0 Author: Felix A. Croes <fe...@dw...> Date: Thu Oct 7 20:02:05 2010 +0200 Add VS2010 solution and project files. commit 2d82f84e422436cb27b5413bd6447ce38e86a554 Author: Felix A. Croes <fe...@dw...> Date: Thu Oct 7 19:11:55 2010 +0200 Return 1 for success from ext_cb(). ----------------------------------------------------------------------- Summary of changes: README | 3 +- lpc-ext.sln | 52 ++++++++ project/lower_case/lower_case.vcxproj | 154 ++++++++++++++++++++++++ project/lower_case/lower_case.vcxproj.filters | 23 ++++ project/lpc-ext/lpc-ext.vcxproj | 136 +++++++++++++++++++++ project/lpc-ext/lpc-ext.vcxproj.filters | 26 ++++ project/regexp/regexp.vcxproj | 158 +++++++++++++++++++++++++ project/regexp/regexp.vcxproj.filters | 35 ++++++ src/dllmain.cpp | 6 + src/lpc_ext.c | 13 ++- 10 files changed, 603 insertions(+), 3 deletions(-) create mode 100644 lpc-ext.sln create mode 100644 project/lower_case/lower_case.vcxproj create mode 100644 project/lower_case/lower_case.vcxproj.filters create mode 100644 project/lpc-ext/lpc-ext.vcxproj create mode 100644 project/lpc-ext/lpc-ext.vcxproj.filters create mode 100644 project/regexp/regexp.vcxproj create mode 100644 project/regexp/regexp.vcxproj.filters create mode 100644 src/dllmain.cpp hooks/post-receive -- LPC Extensions |