]> OCCT Git - occt-wok.git/commitdiff
syntax error correction
authorcas <cas@opencascade.com>
Tue, 12 Mar 2002 18:10:21 +0000 (18:10 +0000)
committercas <cas@opencascade.com>
Tue, 12 Mar 2002 18:10:21 +0000 (18:10 +0000)
src/WOKLibs/WOKLibs_CMPLRS.edl

index 3a401d732519696a6ed8d2e149d36882af74c39c..56c1a0071bdb2d356f9a3901f6e73ab7787eca29 100755 (executable)
@@ -9,7 +9,7 @@
  @uses "CSF.edl";
 
  @string %CMPLRS_CXX_Options = " -I"%CSF_TCL_INCLUDE %CMPLRS_CXX_Options ;
-if ( %Station == "wnt" ) then
+@if ( %Station == "wnt" ) then
        @string %CMPLRS_ExportBehaviour = " -D__" %Entity "_DLL";
 @endif;