Explorar el Código

More cleanup.

Martijn Laan hace 1 año
padre
commit
162c235971
Se han modificado 5 ficheros con 2 adiciones y 14 borrados
  1. 1 5
      Projects/CompForm.pas
  2. 0 4
      Projects/CompFunc.pas
  3. 0 4
      Projects/FileClass.pas
  4. 1 1
      Projects/ISCmplr.dpr
  5. 0 0
      Projects/ISCmplr.images.res

+ 1 - 5
Projects/CompForm.pas

@@ -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

+ 0 - 4
Projects/CompFunc.pas

@@ -11,10 +11,6 @@ unit CompFunc;
 
 {$I VERSION.INC}
 
-{$IFDEF IS_D6}
-{$WARN SYMBOL_PLATFORM OFF}
-{$ENDIF}
-
 interface
 
 uses

+ 0 - 4
Projects/FileClass.pas

@@ -17,10 +17,6 @@ unit FileClass;
 
 {$I VERSION.INC}
 
-{$IFDEF IS_D6}
-{$WARN SYMBOL_PLATFORM OFF}
-{$ENDIF}
-
 interface
 
 uses

+ 1 - 1
Projects/ISCmplr.dpr

@@ -36,7 +36,7 @@ uses
   ArcFour in 'ArcFour.pas',
   VerInfo in 'VerInfo.pas';
 
-{$R Images2.RES}
+{$R ISCmplr.images.res}
 {$R ISCmplr.version.res}
 
 function ISDllCompileScript(const Params: TCompileScriptParamsEx): Integer;

+ 0 - 0
Projects/Images2.res → Projects/ISCmplr.images.res