diff --git a/.gitattributes b/.gitattributes index 1875b53..87c60d2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,6 +5,14 @@ Jedro/Makefile -text /MSI.js -text svneol=unset#text/javascript /MSI.wsf -text svneol=unset#text/xml /MSM.mak -text +MSM/Microsoft_VC100_CRT_x64.lst -text +MSM/Microsoft_VC100_CRT_x64.msm -text +MSM/Microsoft_VC100_CRT_x86.lst -text +MSM/Microsoft_VC100_CRT_x86.msm -text +MSM/Microsoft_VC100_DebugCRT_x64.lst -text +MSM/Microsoft_VC100_DebugCRT_x64.msm -text +MSM/Microsoft_VC100_DebugCRT_x86.lst -text +MSM/Microsoft_VC100_DebugCRT_x86.msm -text /Makefile -text UI/Binary/UIMapaGor.ico -text svneol=unset#image/x-icon UI/Binary/UIMapaNova.ico -text svneol=unset#image/x-icon diff --git a/MSM/Microsoft_VC100_CRT_x64.lst b/MSM/Microsoft_VC100_CRT_x64.lst new file mode 100644 index 0000000..b9ea228 --- /dev/null +++ b/MSM/Microsoft_VC100_CRT_x64.lst @@ -0,0 +1,2 @@ +Win\System64\msvcp100.dll +Win\System64\msvcr100.dll diff --git a/MSM/Microsoft_VC100_CRT_x64.msm b/MSM/Microsoft_VC100_CRT_x64.msm new file mode 100644 index 0000000..058aff9 Binary files /dev/null and b/MSM/Microsoft_VC100_CRT_x64.msm differ diff --git a/MSM/Microsoft_VC100_CRT_x86.lst b/MSM/Microsoft_VC100_CRT_x86.lst new file mode 100644 index 0000000..f701abb --- /dev/null +++ b/MSM/Microsoft_VC100_CRT_x86.lst @@ -0,0 +1,2 @@ +Win\System\msvcp100.dll +Win\System\msvcr100.dll diff --git a/MSM/Microsoft_VC100_CRT_x86.msm b/MSM/Microsoft_VC100_CRT_x86.msm new file mode 100644 index 0000000..30cbe64 Binary files /dev/null and b/MSM/Microsoft_VC100_CRT_x86.msm differ diff --git a/MSM/Microsoft_VC100_DebugCRT_x64.lst b/MSM/Microsoft_VC100_DebugCRT_x64.lst new file mode 100644 index 0000000..d561666 --- /dev/null +++ b/MSM/Microsoft_VC100_DebugCRT_x64.lst @@ -0,0 +1,2 @@ +Win\System64\msvcp100d.dll +Win\System64\msvcr100d.dll diff --git a/MSM/Microsoft_VC100_DebugCRT_x64.msm b/MSM/Microsoft_VC100_DebugCRT_x64.msm new file mode 100644 index 0000000..d4dec1a Binary files /dev/null and b/MSM/Microsoft_VC100_DebugCRT_x64.msm differ diff --git a/MSM/Microsoft_VC100_DebugCRT_x86.lst b/MSM/Microsoft_VC100_DebugCRT_x86.lst new file mode 100644 index 0000000..ad3ed3f --- /dev/null +++ b/MSM/Microsoft_VC100_DebugCRT_x86.lst @@ -0,0 +1,2 @@ +Win\System\msvcp100d.dll +Win\System\msvcr100d.dll diff --git a/MSM/Microsoft_VC100_DebugCRT_x86.msm b/MSM/Microsoft_VC100_DebugCRT_x86.msm new file mode 100644 index 0000000..252248a Binary files /dev/null and b/MSM/Microsoft_VC100_DebugCRT_x86.msm differ