Skip to content

Commit 6f8d19a

Browse files
committed
feat: Remove 'windows' subcommand
1 parent 28e7c3d commit 6f8d19a

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

scripts/MyBuildTool/Program.fs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ SUBCOMMANDS:
1616
and verify the result.
1717
1818
tests tests projects in the `tests` directory
19-
windows builds for Windows
2019
2120
self-install install milone locally
2221
self-uninstall uninstall it
@@ -643,11 +642,6 @@ let private commandPack () =
643642
printfn "Generated %s" outFile
644643
printfn "milone-lang v%s is packed successfully!" version
645644

646-
let private commandWindows () =
647-
eprintfn "milone-compiling on windows"
648-
buildSelf ()
649-
printfn $"Generated {windowsBinaryPath}"
650-
651645
[<EntryPoint>]
652646
let main argv =
653647
if String.IsNullOrEmpty(Environment.GetEnvironmentVariable("MILONE_HOME")) then
@@ -673,7 +667,6 @@ let main argv =
673667
| "self-install" :: _ -> commandSelfInstall ()
674668
| "self-uninstall" :: _ -> commandSelfUninstall ()
675669
| "pack" :: _ -> commandPack ()
676-
| "windows" :: _ -> commandWindows ()
677670

678671
| _ ->
679672
eprintfn "unknown target: %A" argv

scripts/build-milone-windows

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)