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:
(let ([sfx (variant-suffix variant #t)])
(build-path (format "GRacket~a.app" sfx)
"Contents" "MacOS"
"Contents" "MacOS"
(format "GRacket~a" sfx)))])]
[(windows)
(format "~a~a.exe" (if mred?
"Gracket"
"GRacket"
"Racket")
(variant-suffix variant #t))]
[(unix)

View File

@ -463,7 +463,7 @@
(if (or (eq? kind 'mzscheme) (script-variant? variant))
;; Racket or script launcher is the same as for Unix
(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
null null null
flags

View File

@ -23,5 +23,5 @@
(parameterize ([current-launcher-variant v])
(make-mred-launcher null
(mred-program-launcher-path "GRacket")
'([exe-name . "Gracket"] [relative? . #t]
'([exe-name . "GRacket"] [relative? . #t]
[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"

View File

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

View File

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