@@ -554,12 +554,12 @@ def MatchingFor(*versions):
554554 Object (NonMatching , "SB/Game/zNPCMessenger.cpp" , extra_cflags = ["-sym on" ]),
555555 Object (NonMatching , "SB/Game/zNPCMgr.cpp" , extra_cflags = ["-sym on" ]),
556556 Object (Matching , "SB/Game/zNPCTypes.cpp" ),
557- Object (NonMatching , "SB/Game/zNPCTypeCommon.cpp" ),
557+ Object (NonMatching , "SB/Game/zNPCTypeCommon.cpp" , extra_cflags = [ "-sym on" ] ),
558558 Object (NonMatching , "SB/Game/zNPCTypeRobot.cpp" ),
559559 Object (NonMatching , "SB/Game/zNPCTypeVillager.cpp" ),
560560 Object (NonMatching , "SB/Game/zNPCTypeAmbient.cpp" ),
561561 Object (NonMatching , "SB/Game/zNPCTypeTiki.cpp" , extra_cflags = ["-sym on" ]),
562- Object (NonMatching , "SB/Core/x/xBehaveMgr.cpp" ),
562+ Object (NonMatching , "SB/Core/x/xBehaveMgr.cpp" , extra_cflags = [ "-sym on" ] ),
563563 Object (Matching , "SB/Core/x/xBehaviour.cpp" , extra_cflags = ["-sym on" ]),
564564 Object (Matching , "SB/Core/x/xBehaveGoalSimple.cpp" , extra_cflags = ["-sym on" ]),
565565 Object (NonMatching , "SB/Core/x/xSkyDome.cpp" ),
0 commit comments