From 7ca4c79ab2ece8d3a7681c33cd67f55a6f4ec080 Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Sun, 2 Sep 2012 22:26:17 +0200 Subject: [PATCH] More usual name for a README --- src/win32/README.win32 | 17 +++++++++++++++++ src/win32/Readme-win32 | 17 ----------------- 2 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 src/win32/README.win32 delete mode 100644 src/win32/Readme-win32 diff --git a/src/win32/README.win32 b/src/win32/README.win32 new file mode 100644 index 0000000..c08befb --- /dev/null +++ b/src/win32/README.win32 @@ -0,0 +1,17 @@ +Intro +----- + +This directory contains the project file for Visual Studio 2008 to build a +modbus.dll. + +The project file searches for D:/include/msvc_std to find stdint.h. +See ../../README.rst + +config.h and modbus-version.h were generated using a Windows native experimental +port of zsh and Microsoft cl. + + +TODO +---- + +Fix the ugly need to have config.h and modbus-version.h in this directory. diff --git a/src/win32/Readme-win32 b/src/win32/Readme-win32 deleted file mode 100644 index c08befb..0000000 --- a/src/win32/Readme-win32 +++ /dev/null @@ -1,17 +0,0 @@ -Intro ------ - -This directory contains the project file for Visual Studio 2008 to build a -modbus.dll. - -The project file searches for D:/include/msvc_std to find stdint.h. -See ../../README.rst - -config.h and modbus-version.h were generated using a Windows native experimental -port of zsh and Microsoft cl. - - -TODO ----- - -Fix the ugly need to have config.h and modbus-version.h in this directory. -- libgit2 0.21.4