diff options
author | zimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4> | 2009-03-19 10:57:48 +0000 |
---|---|---|
committer | zimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4> | 2009-03-19 10:57:48 +0000 |
commit | 3a61f0483bdde1ee951d56609d453bf40cd85297 (patch) | |
tree | a059ebc6ae96b30f4c8a2041cdf3be902a515f50 /README.dev | |
parent | 80abd3c991ba3e01d4872734ae22a0abd959200f (diff) | |
download | mpc-3a61f0483bdde1ee951d56609d453bf40cd85297.tar.gz |
[Makefile.vc] new Makefile for Visual C (contributed by Mickael Gastineau)
[README.dev] added note about VERSION in Makefile.vc
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@466 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'README.dev')
-rw-r--r-- | README.dev | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,8 +11,8 @@ Creating a new release ---------------------- 1) Check the version number in configure.ac ("AC_INIT (mpc, _version_...)"), - INSTALL, src/get_version.c and src/mpc.h (remove suffix in - MPC_VERSION_STRING). + INSTALL, src/get_version.c, src/mpc.h (remove suffix in MPC_VERSION_STRING) + and Makefile.vc. 2) Disactivate the -Werror option in configure.ac. 3) Verify that the API version in src/Makefile.am is correct. 4) Check that NEWS, BUGS and TODO are up to date, and that the minimal |