; 
; generate run time executalbe for R3.0
;
 spawn,'rm DC.config'
;@1
;@2
.run funct
.run ~/epics/extensions/src/idl/ez_fit
.run ../slide_image.pro
.run panimage.pro
.run scan2d_roi.pro
.run multiroi_pick.pro
.run image2d.pro
.run u_read
.run PS_open
.run xdr_open
.run sscan.pro
.run my_box_cursor.pro 
.run reverse
.run w_caset
.run cw_term
.run xy_coord.pro
.run catch1d_tbl.pro 
.run catch1d_warning.pro 
.run DC_plot.pro 
.run catch1d_extdata.pro 
.run catch1d_zoom.pro 
.run catch1d_scanfield.pro 
.run catch1d_optionmenu.pro 
.run catch1d_scale.pro 
.run ../iplot1d.pro 
.run DC_config.pro 
.run DC_setup.pro 
.run DC_realtime.pro 
.run DC_plotspec.pro 
.run DC_viewscan.pro 
.run DC_alloc.pro 
.run DC_read.pro 
.run DC_summary.pro 
.run DC_write.pro 
.run cross.pro 
.run catch2d_cursor.pro 
.run catch1d_tbl.pro 
.run xsurface.pro 
.run view2d_datatotext.pro 
.run user_scan.pro
.run DC.pro 
.run scansee_main
resolve_all
itresolve
print,'table_size',!d.table_size
print,'n_colors',!d.n_colors
DC
; use ^C to get the IDL prompt then save the runtime version on 8 bit visual display
if strpos(!version.RELEASE,'6.0') ne -1 then save,filename='sscan.sav',/routines,/compress

