Skip to content

Commit

Permalink
修复Bug #50,_CxxThrowException@8、__CxxLongjmpUnwind@4导入错误
Browse files Browse the repository at this point in the history
  • Loading branch information
mingkuang-Chuyu committed May 31, 2023
1 parent 16726c9 commit 9bc7bae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -380,3 +380,4 @@ Static/
*.xlsx
SymbolCache/
*.lastcodeanalysissucceeded
/Tools/LibMaker.exe
6 changes: 6 additions & 0 deletions Build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
<Import Project="$(VCInstallDir)\Auxiliary\Build\Microsoft.VCToolsVersion.default.props" />

<Target Name="Build">
<!--下载LibMaker-->
<DownloadFile
Condition="!Exists('$(MSBuildThisFileDirectory)Tools\LibMaker.exe')"
SourceUrl="https://github.com/Chuyu-Team/LibMaker/releases/download/v1.0.2/LibMaker.exe"
DestinationFolder="$(MSBuildThisFileDirectory)Tools" DestinationFileName="LibMaker.exe"/>

<!--提取所有需要编译的配置-->
<MSBuild Projects="%(ProjectReferenceWork.Identity)" StopOnFirstFailure="True" Properties="_GetProjectAllConfiguration=true;ForceImportAfterCppTargets=$(MSBuildThisFileFullPath)" Targets="_GetProjectAllConfiguration">
<Output TaskParameter="TargetOutputs" ItemName="%(ProjectReferenceWork.OutItemName)" />
Expand Down
Binary file removed Tools/LibMaker.exe
Binary file not shown.

0 comments on commit 9bc7bae

Please sign in to comment.