adjustments
This commit is contained in:
@@ -77,7 +77,6 @@ $linker_args += $flag_link_win_subsystem_console
|
||||
$linker_args += "kernel32.lib"
|
||||
$linker_args += "user32.lib"
|
||||
$linker_args += "gdi32.lib"
|
||||
$linker_args += "/entry:main"
|
||||
$linker_args += $object
|
||||
|
||||
$linker_args | ForEach-Object { Write-Host $_ }
|
||||
|
||||
Reference in New Issue
Block a user