diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2017-02-03 10:24:38 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2017-02-03 10:24:38 +0800 |
commit | d6f04bcb152c4f57553cd6b20c3c4c660dbecd4d (patch) | |
tree | 9fc6d7ae5e59d8ecc5a64b87f7811f6e84cbdbe6 /include/bls_if.h | |
parent | 38dbea3d9969de39580818e71985f0d7c9b8f58f (diff) | |
download | dexon-bls-d6f04bcb152c4f57553cd6b20c3c4c660dbecd4d.tar dexon-bls-d6f04bcb152c4f57553cd6b20c3c4c660dbecd4d.tar.gz dexon-bls-d6f04bcb152c4f57553cd6b20c3c4c660dbecd4d.tar.bz2 dexon-bls-d6f04bcb152c4f57553cd6b20c3c4c660dbecd4d.tar.lz dexon-bls-d6f04bcb152c4f57553cd6b20c3c4c660dbecd4d.tar.xz dexon-bls-d6f04bcb152c4f57553cd6b20c3c4c660dbecd4d.tar.zst dexon-bls-d6f04bcb152c4f57553cd6b20c3c4c660dbecd4d.zip |
add mk.bat and mklib.bat for windows
Diffstat (limited to 'include/bls_if.h')
-rw-r--r-- | include/bls_if.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bls_if.h b/include/bls_if.h index b45f733..d0c2948 100644 --- a/include/bls_if.h +++ b/include/bls_if.h @@ -10,6 +10,10 @@ #include <stdint.h> // for uint64_t, uint8_t #include <stdlib.h> // for size_t +#ifdef _MSC_VER + #pragma comment(lib, "bls_if.lib") +#endif + #ifdef __cplusplus extern "C" { #endif |