From: cas Date: Tue, 12 Mar 2002 18:10:21 +0000 (+0000) Subject: syntax error correction X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=fe9abdc4e7865f01116207798995a36ef7b447fc;p=occt-wok.git syntax error correction --- diff --git a/src/WOKLibs/WOKLibs_CMPLRS.edl b/src/WOKLibs/WOKLibs_CMPLRS.edl index 3a401d7..56c1a00 100755 --- a/src/WOKLibs/WOKLibs_CMPLRS.edl +++ b/src/WOKLibs/WOKLibs_CMPLRS.edl @@ -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;