33SWENGENV := $(RMX_SRC_BASE ) /tools/swenghg
44#
55# makefile -- defines the macros, directives and rules necessary to build the
6- # wolfSSL library.
6+ # wolfSSL library.
77#
88# NOTES:
99# 1. This makefile is a "wrapper" makefile for the Visual Studio 80
10- # INtime package project. The makefile provides RCS and component
10+ # INtime package project. The makefile provides RCS and component
1111# release support not provided by the project's native visual Studio
1212# makefile.
13- #
13+ #
1414# 2. The SWENG environment assumes makefile execution from a Windows NT
1515# environment.
1616#
@@ -33,7 +33,7 @@ SWENGENV := $(RMX_SRC_BASE)/tools/swenghg
3333# components.
3434#
3535# 6. A SWENG makefile executes standard MKS and MSVC tools. Other tool
36- # sets require additional macro and rule definition.
36+ # sets require additional macro and rule definition.
3737#
3838
3939# Default macros and directives.
@@ -157,11 +157,11 @@ MAKEFILE := makefile
157157ASM :=
158158C :=
159159CPP :=
160- RCFILE :=
160+ RCFILE :=
161161
162- SRCS :=
162+ SRCS :=
163163OBJ :=
164- CFGS :=
164+ CFGS :=
165165
166166DEBRIS := $(LOGFILE ) release* debug* *.sdf *.user *.aps *.bak *~
167167
@@ -319,7 +319,6 @@ INCL_TARGS := wolfssl/callbacks.h \
319319 wolfssl/wolfcrypt/sm4.h \
320320 wolfssl/wolfcrypt/sp.h \
321321 wolfssl/wolfcrypt/sp_int.h \
322- wolfssl/wolfcrypt/sphincs.h \
323322 wolfssl/wolfcrypt/srp.h \
324323 wolfssl/wolfcrypt/tfm.h \
325324 wolfssl/wolfcrypt/types.h \
@@ -329,6 +328,7 @@ INCL_TARGS := wolfssl/callbacks.h \
329328 wolfssl/wolfcrypt/wc_lms.h \
330329 wolfssl/wolfcrypt/wc_pkcs11.h \
331330 wolfssl/wolfcrypt/wc_port.h \
331+ wolfssl/wolfcrypt/wc_slhdsa.h \
332332 wolfssl/wolfcrypt/wc_xmss.h \
333333 wolfssl/wolfcrypt/wolfevent.h \
334334 wolfssl/wolfcrypt/wolfmath.h \
@@ -404,7 +404,7 @@ INCL_TARGS := wolfssl/callbacks.h \
404404#
405405# NOTES:
406406# 1. These files must always be included after the macro definitions and
407- # before the component-specific rules.
407+ # before the component-specific rules.
408408
409409.INCLUDE :$(SWENGENV ) /rules.wnt
410410.INCLUDE :$(SWENGENV ) /intimerules.wnt
495495# environment variables in a sub-shell before invoking the makefile.
496496#
497497# 2. Path vectors are converted to Microsoft-style pathname slashes
498- # via 'redmond.ksh' before passing them as environment variables to
498+ # via 'redmond.ksh' before passing them as environment variables to
499499# Microsoft tools.
500500
501501SOLUTIONFILE = wolfssl-lib.sln
0 commit comments