[Scummvm-git-logs] scummvm master -> 36c1c61c268108f45e17e5a44842e6dfb270e14f

dwatteau noreply at scummvm.org
Tue Oct 18 10:39:37 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
36c1c61c26 DISTS: MSVC: Properly document the flags in create_msvc.bat


Commit: 36c1c61c268108f45e17e5a44842e6dfb270e14f
    https://github.com/scummvm/scummvm/commit/36c1c61c268108f45e17e5a44842e6dfb270e14f
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2022-10-18T12:38:46+02:00

Commit Message:
DISTS: MSVC: Properly document the flags in create_msvc.bat

Changed paths:
    dists/msvc/create_msvc.bat


diff --git a/dists/msvc/create_msvc.bat b/dists/msvc/create_msvc.bat
index 331b7b108e2..041c643293d 100644
--- a/dists/msvc/create_msvc.bat
+++ b/dists/msvc/create_msvc.bat
@@ -25,11 +25,11 @@ echo.
 
 :command_help
 echo Valid command parameters are:
-echo   stable   Generated stable engines project files
-echo   all      Generate all engines project files
-echo   tools    Generate project files for the devtools
-echo   clean    Clean generated project files
-echo   help     Show help message
+echo   /stable   Generated stable engines project files
+echo   /all      Generate all engines project files
+echo   /tools    Generate project files for the devtools
+echo   /clean    Clean generated project files
+echo   /help     Show help message
 goto done
 
 :check_tool




More information about the Scummvm-git-logs mailing list