Fix charset and build scripts
This commit is contained in:
Binary file not shown.
+2
-2
@@ -1,8 +1,8 @@
|
||||
call win32.bat
|
||||
call win64.bat
|
||||
|
||||
mv build/win32/imgcomp32.dll build/imgcomp32.dll
|
||||
mv build/win64/imgcomp64.dll build/imgcomp64.dll
|
||||
move /Y build\win32\imgcomp32.dll build\imgcomp32.dll
|
||||
move /Y build\win64\imgcomp64.dll build\imgcomp64.dll
|
||||
cd build
|
||||
7z a -tzip imgcomp.zip manifest.xml imgcomp32.dll imgcomp64.dll
|
||||
cd ..
|
||||
+1
-1
@@ -18,6 +18,6 @@ exports DestroyObject, GetClassNames, GetClassObject;
|
||||
|
||||
begin
|
||||
with ClassRegList.RegisterClass(TFPGraphics, 'ImageOperation', 'TFPGraphics') do begin
|
||||
AddFunc('Resize', '如戾龛螯朽珈屦', @TFPGraphics.Resize, 3);
|
||||
AddFunc('Resize', 'ИзменитьРазмер', @TFPGraphics.Resize, 3);
|
||||
end;
|
||||
end.
|
||||
@@ -1,4 +1,4 @@
|
||||
mkdir build/win32
|
||||
MD build\win32
|
||||
fpc -dRELEASE -Pi386 -FEbuild/win32/ src/v8napi.pas
|
||||
fpc -dRELEASE -Pi386 -FEbuild/win32/ src/uimg.pas
|
||||
fpc -dRELEASE -Pi386 -FEbuild/win32/ src/imgcomp.pas
|
||||
Reference in New Issue
Block a user