This commit is contained in:
Simon Rozman 2014-03-07 08:40:23 +00:00
parent 789233d8d5
commit 87bfa3bc42
9 changed files with 16 additions and 0 deletions

8
.gitattributes vendored
View File

@ -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

View File

@ -0,0 +1,2 @@
Win\System64\msvcp100.dll
Win\System64\msvcr100.dll

Binary file not shown.

View File

@ -0,0 +1,2 @@
Win\System\msvcp100.dll
Win\System\msvcr100.dll

Binary file not shown.

View File

@ -0,0 +1,2 @@
Win\System64\msvcp100d.dll
Win\System64\msvcr100d.dll

Binary file not shown.

View File

@ -0,0 +1,2 @@
Win\System\msvcp100d.dll
Win\System\msvcr100d.dll

Binary file not shown.