summaryrefslogtreecommitdiff
path: root/trunk/users/adrian/host/nsis/reprap-firmware.nsi
blob: b4b2dec09afaa1abaf300c1f6cc3d1a59645c3ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
; reprap-firmware.nsi
;
; Reprap firmware install -- included by reprap-host.nsi
;
; Authors: Bruce Wattendorf and Jonathan Marsden
;
; Date: 2008-01-25
;
  SetOutPath "$INSTDIR\firmware"
  SetOverwrite ifnewer
  File "firmware\extruder0.hex"
  File "firmware\extruder1.hex"
  File "firmware\stepmotorx.hex"
  File "firmware\stepmotory.hex"
  File "firmware\stepmotorz.hex"
;
; End of reprap-firmware.nsi