Skip to content

Commit

Permalink
windows
Browse files Browse the repository at this point in the history
  • Loading branch information
miyako committed Aug 18, 2022
1 parent 3e6b086 commit fd8aaee
Show file tree
Hide file tree
Showing 46 changed files with 48 additions and 53 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rotate image/lib/windows64/*
Empty file modified rotate image/4D Plugin API/4DPluginAPI.def
100644 → 100755
Empty file.
Empty file modified rotate image/4D Plugin API/EntryPoints.h
100644 → 100755
Empty file.
Empty file modified rotate image/4D Plugin API/Flags.h
100644 → 100755
Empty file.
Empty file modified rotate image/4D Plugin API/PrivateTypes.h
100644 → 100755
Empty file.
Empty file modified rotate image/4D Plugin API/PublicTypes.h
100644 → 100755
Empty file.
Empty file modified rotate image/4D Plugin API/Readme.md
100644 → 100755
Empty file.
Empty file modified rotate image/4DPlugin-Rotate-Image.cpp
100644 → 100755
Empty file.
Empty file modified rotate image/4DPlugin-Rotate-Image.h
100644 → 100755
Empty file.
Empty file modified rotate image/English.lproj/InfoPlist.strings
100644 → 100755
Empty file.
Empty file modified rotate image/Info.plist
100644 → 100755
Empty file.
Empty file modified rotate image/LICENSE
100644 → 100755
Empty file.
Empty file modified rotate image/Rotate Image.sln
100644 → 100755
Empty file.
Empty file modified rotate image/Rotate Image.v9.xcodeproj/project.pbxproj
100644 → 100755
Empty file.
55 changes: 30 additions & 25 deletions rotate image/Rotate Image.vcxproj
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,20 @@
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsCpp</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">CompileAsCpp</CompileAs>
</ClCompile>
<ClCompile Include="4D Plugin API\Classes\C_TEXT.cpp" />
<ClCompile Include="4DPlugin-Rotate-Image.cpp" />
<ClCompile Include="support\4DPlugin-JSON.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="4D Plugin API\4DPluginAPI.h" />
<ClInclude Include="4D Plugin API\Classes\C_TEXT.h" />
<ClInclude Include="4D Plugin API\Classes\C_TYPES.h" />
<ClInclude Include="4D Plugin API\EntryPoints.h" />
<ClInclude Include="4D Plugin API\Flags.h" />
<ClInclude Include="4D Plugin API\PrivateTypes.h" />
<ClInclude Include="4D Plugin API\PublicTypes.h" />
<ClInclude Include="4DPlugin-Rotate-Image.h" />
<ClInclude Include="support\4DPlugin-JSON.h" />
</ItemGroup>
<ItemGroup>
<None Include="4D Plugin API\4DPluginAPI.def" />
Expand Down Expand Up @@ -84,29 +89,29 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)test\plugins\$(ProjectName).bundle\contents\windows\</OutDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)test\plugins\$(ProjectName).bundle\contents\windows64\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)Objs\$(Configuration)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)Objs\$(Configuration)\</IntDir>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)test\plugins\$(ProjectName).bundle\contents\windows\</OutDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)test\plugins\$(ProjectName).bundle\contents\windows64\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)Objs\$(Configuration)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)Objs\$(Configuration)\</IntDir>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.4DX</TargetExt>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.4DX</TargetExt>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.4DX</TargetExt>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.4DX</TargetExt>
<IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86</LibraryPath>
<IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86</LibraryPath>
<IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64</LibraryPath>
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)test\plugins\$(ProjectName).bundle\contents\windows\</OutDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)test\plugins\$(ProjectName).bundle\contents\windows64\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)Objs\$(Configuration)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)Objs\$(Configuration)\</IntDir>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)test\plugins\$(ProjectName).bundle\contents\windows\</OutDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)test\plugins\$(ProjectName).bundle\contents\windows64\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)Objs\$(Configuration)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)Objs\$(Configuration)\</IntDir>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.4DX</TargetExt>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.4DX</TargetExt>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.4DX</TargetExt>
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.4DX</TargetExt>
<IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86</LibraryPath>
<IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86</LibraryPath>
<IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64</LibraryPath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down Expand Up @@ -203,11 +208,11 @@
<SubSystem>Windows</SubSystem>
<OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>jpeg.lib;jpegd.lib;jsoncpp.lib;libpng16.lib;libpng16d.lib;lzma.lib;lzmad.lib;opencv_calib3d.lib;opencv_calib3dd.lib;opencv_core.lib;opencv_cored.lib;opencv_dnn.lib;opencv_dnnd.lib;opencv_features2d.lib;opencv_features2dd.lib;opencv_flann.lib;opencv_flannd.lib;opencv_imgcodecs.lib;opencv_imgcodecsd.lib;opencv_imgproc.lib;opencv_imgprocd.lib;opencv_objdetect.lib;opencv_objdetectd.lib;quirc.lib;tiff.lib;tiffd.lib;webp.lib;webpd.lib;zlib.lib;zlibd.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>$(ProjectDir)lib\windows64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
</Link>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
5 changes: 5 additions & 0 deletions rotate image/Rotate Image.vcxproj.filters
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<Filter>4D Plugin API</Filter>
</ClCompile>
<ClCompile Include="4DPlugin-Rotate-Image.cpp" />
<ClCompile Include="support\4DPlugin-JSON.cpp" />
<ClCompile Include="4D Plugin API\Classes\C_TEXT.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="4D Plugin API\4DPluginAPI.h">
Expand All @@ -23,6 +25,9 @@
<Filter>4D Plugin API</Filter>
</ClInclude>
<ClInclude Include="4DPlugin-Rotate-Image.h" />
<ClInclude Include="support\4DPlugin-JSON.h" />
<ClInclude Include="4D Plugin API\Classes\C_TEXT.h" />
<ClInclude Include="4D Plugin API\Classes\C_TYPES.h" />
</ItemGroup>
<ItemGroup>
<Filter Include="4D Plugin API">
Expand Down
Empty file modified rotate image/Rotate Image.xcodeproj/project.pbxproj
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified rotate image/a/libjsoncpp.a
100644 → 100755
Empty file.
Empty file modified rotate image/constants.xlf
100644 → 100755
Empty file.
Empty file modified rotate image/manifest.json
100644 → 100755
Empty file.
Binary file modified rotate image/test/Data/data.4DD
Binary file not shown.
Empty file modified rotate image/test/Data/data.Match
100644 → 100755
Empty file.
Binary file modified rotate image/test/Data/data.journal
Binary file not shown.
Empty file.
Empty file.
Empty file.
Empty file.
Binary file not shown.
Empty file.
2 changes: 1 addition & 1 deletion rotate image/test/Project/DerivedData/formAttributes.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"forms": {
"TEST": {
"timeStamp": "2022-08-18T06:42:29.462Z",
"timeStamp": "2022-08-18T07:13:23Z",
"destination": "detailScreen"
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"methods": {
"TEST": {
"timeStamp": "2022-08-18T06:53:48.183Z"
"timeStamp": "2022-08-18T07:13:23Z"
}
}
}
Empty file modified rotate image/test/Project/Sources/Forms/TEST/method.4dm
100644 → 100755
Empty file.
Empty file modified rotate image/test/Project/Sources/Methods/TEST.4dm
100644 → 100755
Empty file.
Empty file modified rotate image/test/Resources/sample.tiff
100644 → 100755
Empty file.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Sources/Forms/TEST/form.4DForm": {
"left": 317,
"top": 233,
"left": 370,
"top": 148,
"width": 780,
"height": 791
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@
"stamp": "2019-07-07T00:13:49.000Z"
},
"Sources/Forms/TEST/method.4dm": {
"startSelection": 54,
"startSelection": 0,
"endSelection": 0,
"firstSelectedLine": 37,
"lastSelectedLine": 37,
"firstSelectedLine": 0,
"lastSelectedLine": 0,
"folding": [],
"bookmarks": [],
"stamp": "2022-08-18T06:42:57.397Z"
"stamp": "2022-08-18T07:13:23.000Z"
},
"Sources/Forms/TEST/ObjectMethods/Button.4dm": {
"startSelection": 23,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@
"height": 662
},
"Sources/Forms/TEST/method.4dm": {
"left": 317,
"top": 205,
"width": 780,
"left": 324,
"top": 177,
"width": 965,
"height": 819
},
"Sources/Forms/TEST/ObjectMethods/Button.4dm": {
Expand Down
2 changes: 1 addition & 1 deletion rotate image/test/userPreferences.miyako/preferences.4DPreferences
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?><preferences stamp="22">
<?xml version="1.0" encoding="UTF-8"?><preferences stamp="24">
<com.4d>
<database>
<data_storage data_path="Data/data.4DD"/>
Expand Down
16 changes: 0 additions & 16 deletions rotate image/test/userPreferences.miyako/workspace.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
{
"editors": [
{
"type": "method",
"id": 2147483646,
"previousTabType": "form",
"previousTabID": 218,
"codeDescriptor": {
"type": 3,
"formName": "TEST",
"methodPath": "/SOURCES/Forms/TEST/method.4dm"
}
},
{
"type": "form",
"id": 218,
"formName": "TEST"
},
{
"type": "explorer"
}
Expand Down

0 comments on commit fd8aaee

Please sign in to comment.