Consistent capitalization for "GRacket".
This commit is contained in:
parent
83900f0d20
commit
9e9adeae0c
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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]))))))
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -189,7 +189,7 @@
|
|||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="Gracket.rc" />
|
||||
<ResourceCompile Include="gracket.rc" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\gracket\grmain.c" />
|
||||
|
|
Loading…
Reference in New Issue
Block a user