Consistent capitalization for "GRacket".

This commit is contained in:
Eli Barzilay 2013-02-16 13:38:45 -05:00
parent 83900f0d20
commit 9e9adeae0c
6 changed files with 7 additions and 7 deletions

View File

@ -25,11 +25,11 @@
;; Need GRacket: ;; Need GRacket:
(let ([sfx (variant-suffix variant #t)]) (let ([sfx (variant-suffix variant #t)])
(build-path (format "GRacket~a.app" sfx) (build-path (format "GRacket~a.app" sfx)
"Contents" "MacOS" "Contents" "MacOS"
(format "GRacket~a" sfx)))])] (format "GRacket~a" sfx)))])]
[(windows) [(windows)
(format "~a~a.exe" (if mred? (format "~a~a.exe" (if mred?
"Gracket" "GRacket"
"Racket") "Racket")
(variant-suffix variant #t))] (variant-suffix variant #t))]
[(unix) [(unix)

View File

@ -463,7 +463,7 @@
(if (or (eq? kind 'mzscheme) (script-variant? variant)) (if (or (eq? kind 'mzscheme) (script-variant? variant))
;; Racket or script launcher is the same as for Unix ;; Racket or script launcher is the same as for Unix
(make-unix-launcher kind variant flags dest aux) (make-unix-launcher kind variant flags dest aux)
;; Gracket "launcher" is a stand-alone executable ;; GRacket "launcher" is a stand-alone executable
(make-embedding-executable dest (eq? kind 'mred) #f (make-embedding-executable dest (eq? kind 'mred) #f
null null null null null null
flags flags

View File

@ -23,5 +23,5 @@
(parameterize ([current-launcher-variant v]) (parameterize ([current-launcher-variant v])
(make-mred-launcher null (make-mred-launcher null
(mred-program-launcher-path "GRacket") (mred-program-launcher-path "GRacket")
'([exe-name . "Gracket"] [relative? . #t] '([exe-name . "GRacket"] [relative? . #t]
[framework-root . #f] [dll-dir . #f])))))) [framework-root . #f] [dll-dir . #f]))))))

View File

@ -1,5 +1,5 @@
/****************************************************************/ /****************************************************************/
/* This command-line parser is used by both Racket and Gracket. */ /* This command-line parser is used by both Racket and GRacket. */
/****************************************************************/ /****************************************************************/
#pragma GCC diagnostic ignored "-Wwrite-strings" #pragma GCC diagnostic ignored "-Wwrite-strings"

View File

@ -364,7 +364,7 @@
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90"
> >
<File <File
RelativePath=".\Gracket.rc" RelativePath=".\gracket.rc"
> >
</File> </File>
<File <File

View File

@ -189,7 +189,7 @@
</Link> </Link>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemGroup> <ItemGroup>
<ResourceCompile Include="Gracket.rc" /> <ResourceCompile Include="gracket.rc" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClCompile Include="..\..\gracket\grmain.c" /> <ClCompile Include="..\..\gracket\grmain.c" />