STYLE: Add more comment, also use more feature from CMake to introduce the VERSION number of openjpeg
This commit is contained in:
parent
c5c3ca370e
commit
85c327861a
|
@ -1,4 +1,12 @@
|
||||||
|
; This file was generated by CMake (http://cmake.org)
|
||||||
|
; Please see openjpeg/libopenjpeg/CMakeLists.txt and
|
||||||
|
; openjpeg/libopenjpeg/openjpeg.def.in for more
|
||||||
|
; information
|
||||||
|
|
||||||
LIBRARY openjpeg.dll
|
LIBRARY openjpeg.dll
|
||||||
|
|
||||||
|
VERSION @OPENJPEG_MAJOR_VERSION@.@OPENJPEG_MINOR_VERSION@
|
||||||
|
|
||||||
EXPORTS @UNDERSCORE@opj_image_create
|
EXPORTS @UNDERSCORE@opj_image_create
|
||||||
@UNDERSCORE@opj_image_destroy
|
@UNDERSCORE@opj_image_destroy
|
||||||
@UNDERSCORE@opj_cio_open
|
@UNDERSCORE@opj_cio_open
|
||||||
|
|
Loading…
Reference in New Issue