View | Details | Raw Unified | Return to issue 104495
Collapse All | Expand All

(-)a/scp2/source/ooo/ure.scp (-22 lines)
Lines 891-918 Link Here
891
End
891
End
892
#endif
892
#endif
893
893
894
#if defined _gcc3 && !(defined FREEBSD || defined NETBSD \
895
	|| defined MACOSX || defined SYSTEM_STDLIBS || defined(WNT))
896
File gid_File_Dl_GccS
897
    TXT_FILE_BODY;
898
    Dir = SCP2_URE_DL_DIR;
899
    Name = SCP2_URE_DL_VER("gcc_s", "1");
900
    Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
901
    // CompID = "C601D04B-2194-4F1B-BB09-7B4930D6E1DB";
902
End
903
#endif
904
905
#if defined _gcc3 && !(defined FREEBSD || defined NETBSD \
906
	|| defined MACOSX || defined SYSTEM_STDLIBS || defined(WNT))
907
File gid_File_Dl_Stdcpp
908
    Dir = SCP2_URE_DL_DIR;
909
    TXT_FILE_BODY;
910
    Name = SCP2_URE_DL_VER("stdc++", STRING(SHORTSTDCPP3));
911
    Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
912
    // CompID = "89740D6A-38EE-41AF-A6A2-A8F7ABBE4996";
913
End
914
#endif
915
916
#if (defined WNT && defined _gcc3)
894
#if (defined WNT && defined _gcc3)
917
File gid_File_Lib_Mingwm10_Ure
895
File gid_File_Lib_Mingwm10_Ure
918
    TXT_FILE_BODY;
896
    TXT_FILE_BODY;

Return to issue 104495