diff options
author | patrick.roth <roth@stettbacher.ch> | 2019-10-22 12:04:26 +0200 |
---|---|---|
committer | patrick.roth <roth@stettbacher.ch> | 2019-10-22 12:04:26 +0200 |
commit | 4c37d6c2e93179ef888a35f83c553f8739dd4ba2 (patch) | |
tree | 6230f6f8adf2879a7ab0ed0e0f5f4acdd675d94a /ChangeLog | |
parent | library version definition move to CMakeLists.txt (diff) | |
download | o3000-driver-4c37d6c2e93179ef888a35f83c553f8739dd4ba2.tar.gz o3000-driver-4c37d6c2e93179ef888a35f83c553f8739dd4ba2.zip |
MinGW64 releasign target added
Cmake will create the target "release_minGW64". Use MSYS and run "make
release_minGW64) to create a Windows release. The output is a ZIP file
containing header files and windows DLL library.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,8 @@ Version 2.0.3 * Added "paranoia check" for wraparound_chunk_size check in handle_transfer(). * Moved macro definition of MAX_IMAGE_SIZE from o3000.c to o3000_private.h. 2019-10-22 PR - * Library version defined in CMakeLists.txt. + * Library version defined in CMakeLists.txt and passed to preprocessor. + * MinGW64 relasing target added (see "make release_minGW64") Version 2.0.2 2018-04-11 PR |