Skip to content

Commit

Permalink
nimrod -> nim in some filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
def- committed Feb 14, 2015
1 parent ece23d3 commit fb718f2
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 147 deletions.
8 changes: 4 additions & 4 deletions compiler/installer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ Files: "configure;makefile"
Files: "*.ini"
Files: "koch.nim"

Files: "icons/nimrod.ico"
Files: "icons/nimrod.rc"
Files: "icons/nimrod.res"
Files: "icons/nimrod_icon.o"
Files: "icons/nim.ico"
Files: "icons/nim.rc"
Files: "icons/nim.res"
Files: "icons/nim_icon.o"
Files: "icons/koch.ico"
Files: "icons/koch.rc"
Files: "icons/koch.res"
Expand Down
4 changes: 2 additions & 2 deletions compiler/nim.nim
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

when defined(gcc) and defined(windows):
when defined(x86):
{.link: "icons/nimrod.res".}
{.link: "icons/nim.res".}
else:
{.link: "icons/nimrod_icon.o".}
{.link: "icons/nim_icon.o".}

import
commands, lexer, condsyms, options, msgs, nversion, nimconf, ropes,
Expand Down
136 changes: 0 additions & 136 deletions config/nimrod.cfg

This file was deleted.

File renamed without changes.
3 changes: 3 additions & 0 deletions icons/nim.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nimicon ICON "nim.ico"


File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions icons/nimrod.rc

This file was deleted.

File renamed without changes.
4 changes: 2 additions & 2 deletions tools/niminst/nsis.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
SetCompressor /SOLID /FINAL lzma

; Installer and Uninstaller Icons
; Icon "nimrod.ico"
; UninstallIcon "nimrod.ico"
; Icon "nim.ico"
; UninstallIcon "nim.ico"

; Set installation details to be shown by default
ShowInstDetails show
Expand Down

0 comments on commit fb718f2

Please sign in to comment.