comparison tools/makeinst-script.sh.in @ 5303:8da894159471

* tools/makeinst-script.sh.in: use dialog units for y spacing
author John Donoghue
date Mon, 10 Feb 2020 16:59:52 -0500
parents eafd9bf16bf4
children 4d6716dcec28
comparison
equal deleted inserted replaced
5302:8a3c205357f1 5303:8da894159471
179 179
180 \${NSD_CreateCheckBox} 0 0 100% 12u "Install for all users" 180 \${NSD_CreateCheckBox} 0 0 100% 12u "Install for all users"
181 Pop \$InstallAllUsersCtrl 181 Pop \$InstallAllUsersCtrl
182 \${NSD_SetState} \$InstallAllUsersCtrl \$InstallAllUsers 182 \${NSD_SetState} \$InstallAllUsersCtrl \$InstallAllUsers
183 183
184 \${NSD_CreateCheckBox} 0 20 100% 12u "Create desktop shortcuts" 184 \${NSD_CreateCheckBox} 0 20u 100% 12u "Create desktop shortcuts"
185 Pop \$InstallShortcutsCtrl 185 Pop \$InstallShortcutsCtrl
186 \${NSD_SetState} \$InstallShortcutsCtrl \$InstallShortcuts 186 \${NSD_SetState} \$InstallShortcutsCtrl \$InstallShortcuts
187 187
188 \${NSD_CreateCheckBox} 0 40 100% 12u "Register .m file type with Octave" 188 \${NSD_CreateCheckBox} 0 40u 100% 12u "Register .m file type with Octave"
189 Pop \$RegisterOctaveFileTypeCtrl 189 Pop \$RegisterOctaveFileTypeCtrl
190 \${NSD_SetState} \$RegisterOctaveFileTypeCtrl \$RegisterOctaveFileType 190 \${NSD_SetState} \$RegisterOctaveFileTypeCtrl \$RegisterOctaveFileType
191 191
192 \${NSD_CreateLabel} 0 70 110u 12u "BLAS library implementation:" 192 \${NSD_CreateLabel} 0 70u 110u 12u "BLAS library implementation:"
193 Pop \$0 193 Pop \$0
194 194
195 \${NSD_CreateDropList} 120u 70 100u 80u "" 195 \${NSD_CreateDropList} 120u 70u 100u 80u ""
196 Pop \$InstallBlasLibCtrl 196 Pop \$InstallBlasLibCtrl
197 EOF 197 EOF
198 # add option to install libopenblas if we have the dll present 198 # add option to install libopenblas if we have the dll present
199 if [ -e $OCTAVE_SOURCE/$OCTAVE_SUBDIR/bin/libopenblas.dll ]; then 199 if [ -e $OCTAVE_SOURCE/$OCTAVE_SUBDIR/bin/libopenblas.dll ]; then
200 cat >> $OUTFILE << EOF 200 cat >> $OUTFILE << EOF