]> OCCT Git - occt-wok.git/commitdiff
corrected: JAVA.edl : line 37 : Variable not found : %CXX_JAVA
authoribs <ibs@opencascade.com>
Fri, 22 Feb 2013 10:56:23 +0000 (14:56 +0400)
committeribs <ibs@opencascade.com>
Fri, 22 Feb 2013 11:00:23 +0000 (15:00 +0400)
src/WOKBuilderDef/JAVA.edl

index 5c2d7b5f1327e494962283742f3597d1cef7d597..915ad439a478ad6d2cbd90d6c1dbe2a1a45681a9 100755 (executable)
@@ -26,7 +26,7 @@
  @end;
 @endif;
 
---@string %CXX_JAVA = " -I" %CSF_JavaHome "/include ";
+@string %CXX_JAVA = " -I" %CSF_JavaHome "/include ";
 
 @if ( %Station == "sun" ) then
     @string %CXX_JAVA += " -I" %CSF_JavaHome "/include/solaris ";