mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-22 15:39:07 +00:00
Fix haraka Makefile.Microsoft_nmake
This commit is contained in:
parent
eb59820e21
commit
3d95a501a8
@ -2,7 +2,7 @@
|
|||||||
# nmake /f Makefile.Microsoft_nmake
|
# nmake /f Makefile.Microsoft_nmake
|
||||||
|
|
||||||
LIBRARY=libsphincs-haraka-128f-robust_aesni.lib
|
LIBRARY=libsphincs-haraka-128f-robust_aesni.lib
|
||||||
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_haraka.obj thash_haraka_robust.obj hash_harakax4.obj thash_haraka_robustx4.obj haraka.obj
|
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fors.obj sign.obj hash_haraka.obj thash_haraka_robust.obj hash_harakax4.obj thash_haraka_robustx4.obj haraka.obj
|
||||||
|
|
||||||
# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
|
# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
|
||||||
# that when the macro is generated for inblocks = 1 results in a case
|
# that when the macro is generated for inblocks = 1 results in a case
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# nmake /f Makefile.Microsoft_nmake
|
# nmake /f Makefile.Microsoft_nmake
|
||||||
|
|
||||||
LIBRARY=libsphincs-haraka-128f-simple_aesni.lib
|
LIBRARY=libsphincs-haraka-128f-simple_aesni.lib
|
||||||
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_haraka.obj thash_haraka_simple.obj hash_harakax4.obj thash_haraka_simplex4.obj haraka.obj
|
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fors.obj sign.obj hash_haraka.obj thash_haraka_simple.obj hash_harakax4.obj thash_haraka_simplex4.obj haraka.obj
|
||||||
|
|
||||||
# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
|
# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
|
||||||
# that when the macro is generated for inblocks = 1 results in a case
|
# that when the macro is generated for inblocks = 1 results in a case
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# nmake /f Makefile.Microsoft_nmake
|
# nmake /f Makefile.Microsoft_nmake
|
||||||
|
|
||||||
LIBRARY=libsphincs-haraka-128s-robust_aesni.lib
|
LIBRARY=libsphincs-haraka-128s-robust_aesni.lib
|
||||||
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_haraka.obj thash_haraka_robust.obj hash_harakax4.obj thash_haraka_robustx4.obj haraka.obj
|
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fors.obj sign.obj hash_haraka.obj thash_haraka_robust.obj hash_harakax4.obj thash_haraka_robustx4.obj haraka.obj
|
||||||
|
|
||||||
# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
|
# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
|
||||||
# that when the macro is generated for inblocks = 1 results in a case
|
# that when the macro is generated for inblocks = 1 results in a case
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# nmake /f Makefile.Microsoft_nmake
|
# nmake /f Makefile.Microsoft_nmake
|
||||||
|
|
||||||
LIBRARY=libsphincs-haraka-128s-simple_aesni.lib
|
LIBRARY=libsphincs-haraka-128s-simple_aesni.lib
|
||||||
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_haraka.obj thash_haraka_simple.obj hash_harakax4.obj thash_haraka_simplex4.obj haraka.obj
|
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fors.obj sign.obj hash_haraka.obj thash_haraka_simple.obj hash_harakax4.obj thash_haraka_simplex4.obj haraka.obj
|
||||||
|
|
||||||
# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
|
# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
|
||||||
# that when the macro is generated for inblocks = 1 results in a case
|
# that when the macro is generated for inblocks = 1 results in a case
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# nmake /f Makefile.Microsoft_nmake
|
# nmake /f Makefile.Microsoft_nmake
|
||||||
|
|
||||||
LIBRARY=libsphincs-haraka-192f-robust_aesni.lib
|
LIBRARY=libsphincs-haraka-192f-robust_aesni.lib
|
||||||
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_haraka.obj thash_haraka_robust.obj hash_harakax4.obj thash_haraka_robustx4.obj haraka.obj
|
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fors.obj sign.obj hash_haraka.obj thash_haraka_robust.obj hash_harakax4.obj thash_haraka_robustx4.obj haraka.obj
|
||||||
|
|
||||||
# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
|
# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
|
||||||
# that when the macro is generated for inblocks = 1 results in a case
|
# that when the macro is generated for inblocks = 1 results in a case
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# nmake /f Makefile.Microsoft_nmake
|
# nmake /f Makefile.Microsoft_nmake
|
||||||
|
|
||||||
LIBRARY=libsphincs-haraka-192f-simple_aesni.lib
|
LIBRARY=libsphincs-haraka-192f-simple_aesni.lib
|
||||||
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_haraka.obj thash_haraka_simple.obj hash_harakax4.obj thash_haraka_simplex4.obj haraka.obj
|
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fors.obj sign.obj hash_haraka.obj thash_haraka_simple.obj hash_harakax4.obj thash_haraka_simplex4.obj haraka.obj
|
||||||
|
|
||||||
# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
|
# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
|
||||||
# that when the macro is generated for inblocks = 1 results in a case
|
# that when the macro is generated for inblocks = 1 results in a case
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# nmake /f Makefile.Microsoft_nmake
|
# nmake /f Makefile.Microsoft_nmake
|
||||||
|
|
||||||
LIBRARY=libsphincs-haraka-192s-robust_aesni.lib
|
LIBRARY=libsphincs-haraka-192s-robust_aesni.lib
|
||||||
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_haraka.obj thash_haraka_robust.obj hash_harakax4.obj thash_haraka_robustx4.obj haraka.obj
|
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fors.obj sign.obj hash_haraka.obj thash_haraka_robust.obj hash_harakax4.obj thash_haraka_robustx4.obj haraka.obj
|
||||||
|
|
||||||
# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
|
# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
|
||||||
# that when the macro is generated for inblocks = 1 results in a case
|
# that when the macro is generated for inblocks = 1 results in a case
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# nmake /f Makefile.Microsoft_nmake
|
# nmake /f Makefile.Microsoft_nmake
|
||||||
|
|
||||||
LIBRARY=libsphincs-haraka-192s-simple_aesni.lib
|
LIBRARY=libsphincs-haraka-192s-simple_aesni.lib
|
||||||
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_haraka.obj thash_haraka_simple.obj hash_harakax4.obj thash_haraka_simplex4.obj haraka.obj
|
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fors.obj sign.obj hash_haraka.obj thash_haraka_simple.obj hash_harakax4.obj thash_haraka_simplex4.obj haraka.obj
|
||||||
|
|
||||||
# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
|
# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
|
||||||
# that when the macro is generated for inblocks = 1 results in a case
|
# that when the macro is generated for inblocks = 1 results in a case
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# nmake /f Makefile.Microsoft_nmake
|
# nmake /f Makefile.Microsoft_nmake
|
||||||
|
|
||||||
LIBRARY=libsphincs-haraka-256f-robust_aesni.lib
|
LIBRARY=libsphincs-haraka-256f-robust_aesni.lib
|
||||||
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_haraka.obj thash_haraka_robust.obj hash_harakax4.obj thash_haraka_robustx4.obj haraka.obj
|
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fors.obj sign.obj hash_haraka.obj thash_haraka_robust.obj hash_harakax4.obj thash_haraka_robustx4.obj haraka.obj
|
||||||
|
|
||||||
# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
|
# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
|
||||||
# that when the macro is generated for inblocks = 1 results in a case
|
# that when the macro is generated for inblocks = 1 results in a case
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# nmake /f Makefile.Microsoft_nmake
|
# nmake /f Makefile.Microsoft_nmake
|
||||||
|
|
||||||
LIBRARY=libsphincs-haraka-256f-simple_aesni.lib
|
LIBRARY=libsphincs-haraka-256f-simple_aesni.lib
|
||||||
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_haraka.obj thash_haraka_simple.obj hash_harakax4.obj thash_haraka_simplex4.obj haraka.obj
|
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fors.obj sign.obj hash_haraka.obj thash_haraka_simple.obj hash_harakax4.obj thash_haraka_simplex4.obj haraka.obj
|
||||||
|
|
||||||
# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
|
# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
|
||||||
# that when the macro is generated for inblocks = 1 results in a case
|
# that when the macro is generated for inblocks = 1 results in a case
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# nmake /f Makefile.Microsoft_nmake
|
# nmake /f Makefile.Microsoft_nmake
|
||||||
|
|
||||||
LIBRARY=libsphincs-haraka-256s-robust_aesni.lib
|
LIBRARY=libsphincs-haraka-256s-robust_aesni.lib
|
||||||
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_haraka.obj thash_haraka_robust.obj hash_harakax4.obj thash_haraka_robustx4.obj haraka.obj
|
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fors.obj sign.obj hash_haraka.obj thash_haraka_robust.obj hash_harakax4.obj thash_haraka_robustx4.obj haraka.obj
|
||||||
|
|
||||||
# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
|
# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
|
||||||
# that when the macro is generated for inblocks = 1 results in a case
|
# that when the macro is generated for inblocks = 1 results in a case
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# nmake /f Makefile.Microsoft_nmake
|
# nmake /f Makefile.Microsoft_nmake
|
||||||
|
|
||||||
LIBRARY=libsphincs-haraka-256s-simple_aesni.lib
|
LIBRARY=libsphincs-haraka-256s-simple_aesni.lib
|
||||||
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_haraka.obj thash_haraka_simple.obj hash_harakax4.obj thash_haraka_simplex4.obj haraka.obj
|
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fors.obj sign.obj hash_haraka.obj thash_haraka_simple.obj hash_harakax4.obj thash_haraka_simplex4.obj haraka.obj
|
||||||
|
|
||||||
# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
|
# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
|
||||||
# that when the macro is generated for inblocks = 1 results in a case
|
# that when the macro is generated for inblocks = 1 results in a case
|
||||||
|
Loading…
Reference in New Issue
Block a user