reactos/dll/win32/jscript
Joachim Henze 366c46b4fa [0.4.14] Fix VSSolution's msbuild CORE-15991
It regressed by 0.4.12-dev-1064-g 09c4d0a74b
when we tried to mute compiler warnings in the GCC Release configuration
for all modules, that do contain .y files.

In master we switched to use flex+bison to process those files at build-time
in 0.4.15-dev-2277-g 28dadda8be and at the same
time reverted the guilty rev.

In the backport to the old releases we do only revert, but do not introduce
flex+bison. This will reintroduce the warnings in GCC Release configuration.
2021-05-25 23:06:44 +02:00
..
lang
activex.c [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
array.c [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
bool.c
cc_parser.tab.c [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
cc_parser.tab.h [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
cc_parser.y [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
CMakeLists.txt [0.4.14] Fix VSSolution's msbuild CORE-15991 2021-05-25 23:06:44 +02:00
compile.c [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
date.c [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
decode.c [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
dispex.c [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
engine.c [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
engine.h [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
enumerator.c [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
error.c [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
function.c [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
global.c [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
jscript.c
jscript.h [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
jscript.rgs
jscript.spec
jscript_classes.idl
jscript_classes.rgs
jscript_main.c
jsglobal.idl
jsglobal.rgs
jsglobal_dispid.h
json.c [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
jsregexp.c [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
jsstr.c
jsstr.h [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
jsutils.c [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
jsval.h
lex.c [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
math.c [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
number.c [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
object.c [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
parser.h [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
parser.tab.c [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
parser.tab.h [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
parser.y [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
precomp.h
regexp.c [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
regexp.h
resource.h
rsrc.rc
string.c [JSCRIPT] Sync with Wine Staging 4.18. CORE-16441 2019-11-02 18:38:06 +01:00
vbarray.c