File tree Expand file tree Collapse file tree 3 files changed +521
-471
lines changed Expand file tree Collapse file tree 3 files changed +521
-471
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ cl %AdditionalOptions% /Fo"objs\\%Platform%\\%1" /D "__YY_GUARD_MIN_SUPPORT=%2"
2121
2222LibMaker.exe FixObj " %~dp0 ..\\objs\\%Platform% \\%1 " /WeakExternFix:__pfnDliNotifyHook2=%PointType%
2323LibMaker.exe FixObj " %~dp0 ..\\objs\\%Platform% \\%1 " /WeakExternFix:__pfnDliFailureHook2=%PointType%
24+ LibMaker.exe FixObj " %~dp0 ..\\objs\\%Platform% \\%1 " /WeakExternFix:__bChangeProtectionOfWholeDloadSection=4
2425
2526echo " objs\\%Platform% \\%1 "
2627goto :eof
@@ -35,6 +36,7 @@ del "Out\\%Platform%\\*" /q /s
3536cl %AdditionalOptions% /D " __YY_GUADD_BUILD_LIBS" /D " __YY_GUARD_MIN_SUPPORT=%2 " /Fo" Out\\%Platform% \\delayhlp.obj" " %~dp0 delayhlp.cpp"
3637cl %AdditionalOptions% /Fo" Out\\%Platform% \\pfnDliFailureHook2.obj" " %~dp0 pfnDliFailureHook2.c"
3738cl %AdditionalOptions% /Fo" Out\\%Platform% \\pfnDliNotifyHook2.obj" " %~dp0 pfnDliNotifyHook2.c"
39+ cl %AdditionalOptions% /Fo" Out\\%Platform% \\delaygv1.obj" " %~dp0 delaygv1.c"
3840
3941lib " Out\%Platform% \*.obj" /out:" Libs\%Platform% \%1 "
4042
Original file line number Diff line number Diff line change 1+
2+ int const __bChangeProtectionOfWholeDloadSection
You can’t perform that action at this time.
0 commit comments