[BACK]Return to patch-scripts_parms_tcl CVS log [TXT][DIR] Up to [local] / ports / cad / tkgate / patches

Annotation of ports/cad/tkgate/patches/patch-scripts_parms_tcl, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- scripts/parms.tcl.orig     Sun Jan 13 13:22:41 2008
        !             3: +++ scripts/parms.tcl  Sun Jan 13 13:23:19 2008
        !             4: @@ -38,7 +38,7 @@ set tkg_initialHeight 590
        !             5:  #
        !             6:  # Executable for simulator
        !             7:  #
        !             8: -set simExec "${tkg_gateHome}/libexec/gsim"
        !             9: +set simExec "!!PREFIX!!/libexec/gsim"
        !            10:
        !            11:  set tkg_simCustomDelay 0
        !            12:  set tkg_simDefaultDelayFile "${tkg_gateHome}/gdf/default.gdf"

CVSweb