Windows build bit
This commit is contained in:
@@ -128,7 +128,9 @@ extern void FDECL(interject, (int));
|
|||||||
/* suppress a warning in cppregex.cpp */
|
/* suppress a warning in cppregex.cpp */
|
||||||
#pragma warning(disable : 4101) /* unreferenced local variable */
|
#pragma warning(disable : 4101) /* unreferenced local variable */
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef HAS_STDINT_H
|
||||||
#define HAS_STDINT_H /* force include of stdint.h in integer.h */
|
#define HAS_STDINT_H /* force include of stdint.h in integer.h */
|
||||||
|
#endif
|
||||||
#endif /* _MSC_VER */
|
#endif /* _MSC_VER */
|
||||||
|
|
||||||
/* The following is needed for prototypes of certain functions */
|
/* The following is needed for prototypes of certain functions */
|
||||||
|
|||||||
@@ -464,7 +464,8 @@ CURSESLIB=
|
|||||||
|
|
||||||
ccommon= -c -nologo -D"_CONSOLE" -D"_CRT_NONSTDC_NO_DEPRECATE" -D"_CRT_SECURE_NO_DEPRECATE" \
|
ccommon= -c -nologo -D"_CONSOLE" -D"_CRT_NONSTDC_NO_DEPRECATE" -D"_CRT_SECURE_NO_DEPRECATE" \
|
||||||
-D"_LIB" -D"_SCL_SECURE_NO_DEPRECATE" -D"_VC80_UPGRADE=0x0600" -D"DLB" -D"_MBCS" \
|
-D"_LIB" -D"_SCL_SECURE_NO_DEPRECATE" -D"_VC80_UPGRADE=0x0600" -D"DLB" -D"_MBCS" \
|
||||||
-DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -D"NDEBUG" -D"YY_NO_UNISTD_H" $(CURSESDEF) \
|
-DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -D"NDEBUG" -D"YY_NO_UNISTD_H" \
|
||||||
|
-DHAS_STDINT_H -DHAS_INLINE $(CURSESDEF) \
|
||||||
-EHsc -fp:precise -Gd -GF -GS -Gy \
|
-EHsc -fp:precise -Gd -GF -GS -Gy \
|
||||||
$(CL_RECENT) -WX- -Zc:forScope -Zc:wchar_t -Zi
|
$(CL_RECENT) -WX- -Zc:forScope -Zc:wchar_t -Zi
|
||||||
cdebug= -analyze- -D"_DEBUG" -Gm -MTd -RTC1 -Od
|
cdebug= -analyze- -D"_DEBUG" -Gm -MTd -RTC1 -Od
|
||||||
|
|||||||
Reference in New Issue
Block a user