Tweaks for windows.

This commit is contained in:
Brad Nelson
2022-02-20 16:50:38 -08:00
parent c5fd9b127b
commit 63a7df80b2
2 changed files with 5 additions and 1 deletions

View File

@ -511,5 +511,9 @@ deploy: all
cd out/deploy && gcloud app deploy -q --project eforth *.yaml cd out/deploy && gcloud app deploy -q --project eforth *.yaml
# ---- INSTALL ---- # ---- INSTALL ----
install: $(POSIX)/ueforth install: $(POSIX)/ueforth
sudo cp $< /usr/bin/ueforth sudo cp $< /usr/bin/ueforth
win-install: $(WINDOWS)/uEf32.exe $(WINDOWS)/uEf64.exe
cp $^ ~/Desktop/

View File

@ -55,7 +55,7 @@ create bar ' foo , ' yield ,
CW_USEDEFAULT CW_USEDEFAULT 640 480 CW_USEDEFAULT CW_USEDEFAULT 640 480
NULL NULL DefaultInstance bar CreateWindowExA constant hwnd NULL NULL DefaultInstance bar CreateWindowExA constant hwnd
hwnd SW_SHOWDEFAULT ShowWindow drop hwnd SW_SHOWMAXIMIZED ShowWindow drop
hwnd SetForegroundWindow drop hwnd SetForegroundWindow drop
create mymsg msg allot create mymsg msg allot