Changeset 6291
- Timestamp:
- Apr 27, 2016 7:34:44 AM (7 years ago)
- Location:
- branches/1.6
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.6/builder/scripts/templates/clang.tl
r3177 r6291 180 180 $(CC) $(CFLAGS) $(INCLUDES) $< -o $@ $(LIBS) 181 181 182 install: 183 182 184 clean: 183 185 $(RM) @@FILEROOT@@c run*.xml -
branches/1.6/builder/scripts/templates/fortran77.tl
r3177 r6291 179 179 $(FC) $(FCFLAGS) $(INCLUDES) $< -o $@ $(LIBS) 180 180 181 install: 182 181 183 clean: 182 184 $(RM) @@FILEROOT@@f77 run*.xml -
branches/1.6/builder/scripts/templates/java.tl
r3177 r6291 126 126 $(JAVAC) $(CLASSPATH) $< 127 127 128 install: 129 128 130 clean: 129 131 $(RM) @@FILEROOT@@.class run*.xml -
branches/1.6/gui/scripts/gauge.tcl
r5710 r6291 636 636 $itk_component(spindn) configure -state $itk_option(-state) 637 637 $itk_component(presets) configure -state $itk_option(-state) 638 if { [info exists component(uq)] } { 639 $itk_component(uq) configure -state $itk_option(-state) 640 } 638 641 _redraw ;# fix gauge 639 642 } … … 756 759 757 760 $popup configure \ 758 -deactivatecommand [itcl::code $this _pop_uq_deactivate]761 -deactivatecommand [itcl::code $this _pop_uq_deactivate] 759 762 } 760 763 update
Note: See TracChangeset
for help on using the changeset viewer.