Tweaks for windows.
This commit is contained in:
@ -511,5 +511,9 @@ deploy: all
|
||||
cd out/deploy && gcloud app deploy -q --project eforth *.yaml
|
||||
|
||||
# ---- INSTALL ----
|
||||
|
||||
install: $(POSIX)/ueforth
|
||||
sudo cp $< /usr/bin/ueforth
|
||||
|
||||
win-install: $(WINDOWS)/uEf32.exe $(WINDOWS)/uEf64.exe
|
||||
cp $^ ~/Desktop/
|
||||
|
||||
@ -55,7 +55,7 @@ create bar ' foo , ' yield ,
|
||||
CW_USEDEFAULT CW_USEDEFAULT 640 480
|
||||
NULL NULL DefaultInstance bar CreateWindowExA constant hwnd
|
||||
|
||||
hwnd SW_SHOWDEFAULT ShowWindow drop
|
||||
hwnd SW_SHOWMAXIMIZED ShowWindow drop
|
||||
hwnd SetForegroundWindow drop
|
||||
|
||||
create mymsg msg allot
|
||||
|
||||
Reference in New Issue
Block a user