Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b5ea1 commit 0379c46Copy full SHA for 0379c46
win/rules-ext.vc
@@ -32,7 +32,7 @@ macro to the name of the project makefile.
32
# the local copy of nmakehlp. Once we locate Tcl, we will use that
33
# one if it is newer.
34
!if "$(MACHINE)" == "IX86" || "$(MACHINE)" == "$(NATIVE_ARCH)"
35
-!if [$(cc32) -nologo "$(NMAKEHLPC)" -link -subsystem:console > nul]
+!if [$(CC) -nologo -DNDEBUG "nmakehlp.c" -link -subsystem:console > nul]
36
!endif
37
!else
38
!if [copy x86_64-w64-mingw32-nmakehlp.exe nmakehlp.exe >NUL]
0 commit comments