Skip to content

Commit

Permalink
Adding Dutch language support on Windows installer.
Browse files Browse the repository at this point in the history
Enforcing Boehm GC download on Windows
  • Loading branch information
ktakashi committed Sep 4, 2024
1 parent 245be90 commit 7661a6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ IF(USE_BOEHM_GC)
FIND_PACKAGE(Boehm_GC)
SET(LINK_BOEHM_GC TRUE)

IF(BOEHM_GC_FOUND)
IF(BOEHM_GC_FOUND AND NOT WINDOWS_SUPPORT)
INCLUDE_DIRECTORIES(${BOEHM_GC_INCLUDE_DIR})
ELSE()
# download boehm gc
Expand Down
2 changes: 2 additions & 0 deletions win/innosetup.iss.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,12 @@ WizardStyle=modern
[Languages]
Name: "en"; MessagesFile: "compiler:Default.isl"
Name: "jp"; MessagesFile: "compiler:Languages\Japanese.isl"
Name: "nl"; MessagesFile: "compiler:Languages\Dutch.isl"

[CustomMessages]
AdditionalRegistry=Registry association:
jp.AdditionalRegistry=レジストリに登録する:
nl.AdditionalRegistry=Vereniging van het register:

[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
Expand Down

0 comments on commit 7661a6b

Please sign in to comment.