Some compiler games
taget sys: W7, VS2019, your archive from mega
Quote:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
c:\Dev\re\fnp_9.2.0.0_x86 - Copy\src>c:\Dev\VS2019\VC\Auxiliary\Build\vcvars32.bat
**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.11.29
** Copyright (c) 2021 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x86'
c:\Dev\re\fnp_9.2.0.0_x86 - Copy\src>nmake /f pc.mak
Microsoft (R) Program Maintenance Utility Version 14.29.30151.0
Copyright (C) Microsoft Corporation. All rights reserved.
[DEBUG]
[TEST VERSION]TRADLL
[STATIC]
[32 bit]
[/MT]
cl /nologo /W2 /D_CONSOLE /D"_x86_" /DPC /DWINNT /DFLEXLM_KITBUILD /DFLEX_STATIC /YX /DFLEX_STATIC_MT /DLM_INTERNAL /D_LMGR_WINDLL /MTd /Zi /I . /I ..\h /I ..\machind /I ..\patches /c
/Fplmgr.pch /Fdlmgr.pdb /c flexevent.c
cl : Command line warning D9002 : ignoring unknown option '/YX'
flexevent.c
flexevent.c: fatal error C1051: program database file, 'c:\Dev\re\fnp_9.2.0.0_x86 - Copy\src\lmgr.pdb', has an obsolete format, delete it and recompile
NMAKE : fatal error U1077: 'c:\Dev\VS2019\VC\Tools\MSVC\14.29.30133\bin\HostX86\x86\cl.EXE' : return code '0x2'
Stop.
c:\Dev\re\fnp_9.2.0.0_x86 - Copy\src>
c:\Dev\re\fnp_9.2.0.0_x86 - Copy\src>
c:\Dev\re\fnp_9.2.0.0_x86 - Copy\src>
c:\Dev\re\fnp_9.2.0.0_x86 - Copy\src>nmake /f pc.mak
Microsoft (R) Program Maintenance Utility Version 14.29.30151.0
Copyright (C) Microsoft Corporation. All rights reserved.
[DEBUG]
[TEST VERSION]TRADLL
[STATIC]
[32 bit]
[/MT]
cl /nologo /W2 /D_CONSOLE /D"_x86_" /DPC /DWINNT /DFLEXLM_KITBUILD /DFLEX_STATIC /YX /DFLEX_STATIC_MT /DLM_INTERNAL /D_LMGR_WINDLL /MTd /Zi /I . /I ..\h /I ..\machind /I ..\patches /c
/Fplmgr.pch /Fdlmgr.pdb /c flexevent.c
cl : Command line warning D9002 : ignoring unknown option '/YX'
flexevent.c
cl /nologo /W2 /D_CONSOLE /D"_x86_" /DPC /DWINNT /DFLEXLM_KITBUILD /DFLEX_STATIC /YX /DFLEX_STATIC_MT /DLM_INTERNAL /D_LMGR_WINDLL /MTd /Zi /I . /I ..\h /I ..\machind /I ..\patches /c
/Fplmgr.pch /Fdlmgr.pdb /c flex_file.c
cl : Command line warning D9002 : ignoring unknown option '/YX'
flex_file.c
|
next steps:
- removed pdb
- src/lmgrdll.mak - removed /YX inside it
- h\pc.mak - removed /YX as well
ran nmake /f pc.mak again - no any issues observed