enh: adjust macro for makefile_win64.mak
This commit is contained in:
parent
880b54ee16
commit
907cbe99ed
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
TARGET = passwdTest.exe
|
TARGET = passwdTest.exe
|
||||||
CC = cl
|
CC = cl
|
||||||
CFLAGS = /W4 /EHsc /I"C:\TDengine\include" /D_WINDOWS
|
CFLAGS = /W4 /EHsc /I"C:\TDengine\include" /DWINDOWS
|
||||||
LDFLAGS = /link /LIBPATH:"C:\TDengine\driver" taos.lib
|
LDFLAGS = /link /LIBPATH:"C:\TDengine\driver" taos.lib
|
||||||
|
|
||||||
SRCS = passwdTest.c
|
SRCS = passwdTest.c
|
||||||
|
|
Loading…
Reference in New Issue