Parcourir la source

Bugfix: Properly generate .mdb debug symbols when compiling on Windows

BearishSun il y a 6 ans
Parent
commit
b4f2db3415
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      Source/EditorManaged/MBansheeEditor.csproj.in
  2. 1 1
      Source/bsf

+ 1 - 1
Source/EditorManaged/MBansheeEditor.csproj.in

@@ -60,7 +60,7 @@ ${BS_SHARP_PROJECT_REFS}
   </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <PropertyGroup>
-    <PostBuildEvent Condition=" '$(OS)' == 'Windows' ">"$(ProjectDir)..\bsf\Dependencies\mono\pdb2mdb.bat" "$(TargetPath)" "$(ConfigurationName)"</PostBuildEvent>
+    <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">"$(ProjectDir)..\bsf\Dependencies\mono\pdb2mdb.bat" "$(TargetPath)" "$(ConfigurationName)"</PostBuildEvent>
   </PropertyGroup>
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.

+ 1 - 1
Source/bsf

@@ -1 +1 @@
-Subproject commit 29b0f4fc7151e75188e29eb17a75dc28c2554aed
+Subproject commit d991117019ca486f81f8466bf9efb720c386df3a