mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-22 12:30:19 +00:00
9 lines
239 B
PowerShell
9 lines
239 B
PowerShell
mkdir -p output/windows/x86_64
|
|
mkdir build
|
|
cd build
|
|
cmake ..
|
|
cmake --build . --config Release
|
|
cp Release/main.exe ../output/windows/x86_64
|
|
cp Release/pocketpy.dll ../output/windows/x86_64
|
|
cp Release/main.exe ../
|
|
cp Release/pocketpy.dll ../ |