Update windows.yml

This commit is contained in:
TheTank20 2023-12-21 01:08:10 +00:00 committed by GitHub
parent 28f0f891fa
commit afaf98c80e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -23,12 +23,14 @@ jobs:
Start-Process '7z' -ArgumentList 'x C:\TDM-GCC-64\*.tar -oC:\TDM-GCC-64 -y' -Wait
$env:PATH = 'C:\TDM-GCC-64\bin;' + $env:PATH
[Environment]::SetEnvironmentVariable('PATH', $env:PATH, [EnvironmentVariableTarget]::Machine)
tree /f C:\TDM-GCC-64
- name: Setup folder directories
run: |
mkdir build
mkdir build\x86
mkdir build\x64
tree /f D:\a\
- name: Build xpmgr (x86)
run: g++ -m32 -o build\x86\xpmgr_x86 xpmgr.cpp -lole32 -luuid -loleaut32