Skip to content

Commit

Permalink
installer: Added the build directory to gitignore. Removed some empty…
Browse files Browse the repository at this point in the history
… lines from wixel_tools_mui.nsi.
  • Loading branch information
DavidEGrayson committed Jan 27, 2012
1 parent 9d5c0b0 commit 2e7df51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ apps/*/*
/libraries/src/uart/uart0.c /libraries/src/uart/uart0.c
/libraries/src/uart/uart1.c /libraries/src/uart/uart1.c
/libraries/src/spi_master/spi0_master.c /libraries/src/spi_master/spi0_master.c
/libraries/src/spi_master/spi1_master.c /libraries/src/spi_master/spi1_master.c

/installer/build/
3 changes: 0 additions & 3 deletions installer/wixel_tools_mui.nsi
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ LangString DESC_SECTION3 ${LANG_ENGLISH} "The Pololu GNU Build Utilities are ope
LangString DESC_SECTION4 ${LANG_ENGLISH} "Notepad++ is a free source code editor which is convenient to use when editing Wixel code." LangString DESC_SECTION4 ${LANG_ENGLISH} "Notepad++ is a free source code editor which is convenient to use when editing Wixel code."






Section "Source Code (wixel-sdk)" Section1 Section "Source Code (wixel-sdk)" Section1
; SectionIn RO ; SectionIn RO
DetailPrint "Now installing the wixel-sdk files" DetailPrint "Now installing the wixel-sdk files"
Expand All @@ -70,7 +68,6 @@ Section "Source Code (wixel-sdk)" Section1
; WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\pololu_wixel_sdk" "UninstallString" "$\"$INSTDIR\uninstall wixel-sdk.exe$\"" ; WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\pololu_wixel_sdk" "UninstallString" "$\"$INSTDIR\uninstall wixel-sdk.exe$\""
; WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\pololu_wixel_sdk" "Publisher" "Pololu" ; WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\pololu_wixel_sdk" "Publisher" "Pololu"
; WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\pololu_wixel_sdk" "DisplayVersion" "${BUNDLE_VER}" ; WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\pololu_wixel_sdk" "DisplayVersion" "${BUNDLE_VER}"

SectionEnd SectionEnd


Section "SDCC ${SDCC_VER}" Section2 Section "SDCC ${SDCC_VER}" Section2
Expand Down

0 comments on commit 2e7df51

Please sign in to comment.