@@ -16,12 +16,8 @@ unit CompForm;
{$I VERSION.INC}
-{$IFDEF IS_D6}
-{$WARN SYMBOL_PLATFORM OFF}
-{$ENDIF}
-
{$IFDEF STATICCOMPILER}
-{$R IMAGES2.RES}
+{$R ISCmplr.images.res}
{$ENDIF}
interface
@@ -11,10 +11,6 @@ unit CompFunc;
uses
@@ -17,10 +17,6 @@ unit FileClass;
@@ -36,7 +36,7 @@ uses
ArcFour in 'ArcFour.pas',
VerInfo in 'VerInfo.pas';
-{$R Images2.RES}
{$R ISCmplr.version.res}
function ISDllCompileScript(const Params: TCompileScriptParamsEx): Integer;