Skip to content

Commit

Permalink
Merge pull request #38 from forderud/base.h-copy
Browse files Browse the repository at this point in the history
WinrtServer: Also copy missing base.h
  • Loading branch information
Jøger Hansegård authored Dec 17, 2021
2 parents 2206096 + ca12f15 commit d78c9bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WinrtServer/CreateCppInterop.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ if exist %OutDir%Include\winrt\ (
)

REM Copy the winrt folder.
xcopy /E /I "Generated Files\winrt\base.h" %OutDir%Include\winrt\ || exit /b 1
xcopy /E /I "Generated Files\winrt\WinrtServer*" %OutDir%Include\winrt\ || exit /b 1

0 comments on commit d78c9bb

Please sign in to comment.