koffi 0.9.44 → 0.9.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CMakeLists.txt +1 -1
- package/README.md +23 -24
- package/build/qemu/0.9.48/koffi_darwin_x64.tar.gz +0 -0
- package/build/qemu/0.9.48/koffi_freebsd_arm64.tar.gz +0 -0
- package/build/qemu/0.9.48/koffi_freebsd_ia32.tar.gz +0 -0
- package/build/qemu/0.9.48/koffi_freebsd_x64.tar.gz +0 -0
- package/build/qemu/0.9.48/koffi_linux_arm.tar.gz +0 -0
- package/build/qemu/0.9.48/koffi_linux_arm64.tar.gz +0 -0
- package/build/qemu/0.9.48/koffi_linux_ia32.tar.gz +0 -0
- package/build/qemu/0.9.48/koffi_linux_x64.tar.gz +0 -0
- package/build/qemu/0.9.48/koffi_win32_ia32.tar.gz +0 -0
- package/build/qemu/0.9.48/koffi_win32_x64.tar.gz +0 -0
- package/package.json +3 -3
- package/src/call_arm32.cc +0 -9
- package/src/call_arm64.cc +17 -0
- package/qemu/build/0.9.44/koffi_freebsd_arm64.tar.gz +0 -0
- package/qemu/build/0.9.44/koffi_freebsd_ia32.tar.gz +0 -0
- package/qemu/build/0.9.44/koffi_freebsd_x64.tar.gz +0 -0
- package/qemu/build/0.9.44/koffi_linux_arm.tar.gz +0 -0
- package/qemu/build/0.9.44/koffi_linux_arm64.tar.gz +0 -0
- package/qemu/build/0.9.44/koffi_linux_ia32.tar.gz +0 -0
- package/qemu/build/0.9.44/koffi_linux_x64.tar.gz +0 -0
- package/qemu/build/0.9.44/koffi_win32_ia32.tar.gz +0 -0
- package/qemu/build/0.9.44/koffi_win32_x64.tar.gz +0 -0
- package/vendor/raylib/projects/VS2019/examples/audio_module_playing.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/audio_multichannel_sound.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/audio_music_stream.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/audio_raw_stream.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/audio_sound_loading.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/core_2d_camera.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/core_2d_camera_platformer.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/core_3d_camera_first_person.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/core_3d_camera_free.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/core_3d_camera_mode.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/core_3d_picking.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/core_basic_window.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/core_custom_logging.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/core_drop_files.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/core_input_gamepad.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/core_input_gestures.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/core_input_keys.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/core_input_mouse.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/core_input_mouse_wheel.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/core_input_multitouch.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/core_loading_thread.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/core_quat_conversion.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/core_random_values.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/core_scissor_test.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/core_split_screen.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/core_storage_values.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/core_vr_simulator.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/core_window_flags.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/core_window_letterbox.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/core_world_screen.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/easings_testbed.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/embedded_files_loading.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/models_animation.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/models_billboard.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/models_box_collisions.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/models_cubicmap.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/models_first_person_maze.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/models_geometric_shapes.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/models_heightmap.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/models_loading.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/models_loading_gltf.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/models_loading_vox.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/models_mesh_generation.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/models_mesh_picking.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/models_orthographic_projection.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/models_rlgl_solar_system.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/models_skybox.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/models_waving_cubes.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/models_yaw_pitch_roll.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/physics_demo.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/physics_friction.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/physics_movement.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/physics_restitution.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/physics_shatter.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/raudio_standalone.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/rlgl_standalone.vcxproj +0 -391
- package/vendor/raylib/projects/VS2019/examples/shaders_basic_lighting.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shaders_custom_uniform.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shaders_eratosthenes.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shaders_fog.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shaders_hot_reloading.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shaders_julia_set.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shaders_mesh_instancing.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shaders_model_shader.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shaders_multi_sample2d.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shaders_palette_switch.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shaders_postprocessing.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shaders_raymarching.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shaders_shapes_textures.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shaders_simple_mask.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shaders_spotlight.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shaders_texture_drawing.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shaders_texture_waves.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shapes_basic_shapes.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shapes_bouncing_ball.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shapes_collision_area.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shapes_colors_palette.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shapes_draw_circle_sector.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shapes_draw_rectangle_rounded.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shapes_draw_ring.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shapes_easings_ball_anim.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shapes_easings_box_anim.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shapes_easings_rectangle_array.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shapes_following_eyes.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shapes_lines_bezier.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shapes_logo_raylib.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shapes_logo_raylib_anim.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/shapes_rectangle_scaling.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/text_font_filters.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/text_font_loading.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/text_font_sdf.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/text_font_spritefont.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/text_format_text.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/text_input_box.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/text_raylib_fonts.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/text_rectangle_bounds.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/text_unicode.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/text_writing_anim.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/textures_background_scrolling.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/textures_blend_modes.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/textures_bunnymark.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/textures_draw_tiled.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/textures_image_drawing.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/textures_image_generation.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/textures_image_loading.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/textures_image_processing.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/textures_image_text.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/textures_logo_raylib.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/textures_mouse_painting.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/textures_npatch_drawing.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/textures_particles_blending.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/textures_raw_data.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/textures_rectangle.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/textures_sprite_button.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/textures_sprite_explosion.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/textures_srcrec_dstrec.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/examples/textures_to_image.vcxproj +0 -387
- package/vendor/raylib/projects/VS2019/raylib/raylib.vcxproj +0 -341
- package/vendor/raylib/projects/VS2019/raylib.sln +0 -2274
- package/vendor/raylib/projects/VS2019-Android/raylib_android/raylib_android.NativeActivity/raylib_android.NativeActivity.vcxproj +0 -226
- package/vendor/raylib/projects/VS2019-Android/raylib_android/raylib_android.NativeActivity/raylib_android.NativeActivity.vcxproj.filters +0 -10
- package/vendor/raylib/projects/VS2019-Android/raylib_android/raylib_android.NativeActivity/raylib_android.NativeActivity.vcxproj.user +0 -4
- package/vendor/raylib/projects/VS2019-Android/raylib_android.sln +0 -75
|
@@ -1,226 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
-
<ItemGroup Label="ProjectConfigurations">
|
|
4
|
-
<ProjectConfiguration Include="Debug|ARM">
|
|
5
|
-
<Configuration>Debug</Configuration>
|
|
6
|
-
<Platform>ARM</Platform>
|
|
7
|
-
</ProjectConfiguration>
|
|
8
|
-
<ProjectConfiguration Include="Release|ARM">
|
|
9
|
-
<Configuration>Release</Configuration>
|
|
10
|
-
<Platform>ARM</Platform>
|
|
11
|
-
</ProjectConfiguration>
|
|
12
|
-
<ProjectConfiguration Include="Debug|ARM64">
|
|
13
|
-
<Configuration>Debug</Configuration>
|
|
14
|
-
<Platform>ARM64</Platform>
|
|
15
|
-
</ProjectConfiguration>
|
|
16
|
-
<ProjectConfiguration Include="Release|ARM64">
|
|
17
|
-
<Configuration>Release</Configuration>
|
|
18
|
-
<Platform>ARM64</Platform>
|
|
19
|
-
</ProjectConfiguration>
|
|
20
|
-
<ProjectConfiguration Include="Debug|x64">
|
|
21
|
-
<Configuration>Debug</Configuration>
|
|
22
|
-
<Platform>x64</Platform>
|
|
23
|
-
</ProjectConfiguration>
|
|
24
|
-
<ProjectConfiguration Include="Release|x64">
|
|
25
|
-
<Configuration>Release</Configuration>
|
|
26
|
-
<Platform>x64</Platform>
|
|
27
|
-
</ProjectConfiguration>
|
|
28
|
-
<ProjectConfiguration Include="Debug|x86">
|
|
29
|
-
<Configuration>Debug</Configuration>
|
|
30
|
-
<Platform>x86</Platform>
|
|
31
|
-
</ProjectConfiguration>
|
|
32
|
-
<ProjectConfiguration Include="Release|x86">
|
|
33
|
-
<Configuration>Release</Configuration>
|
|
34
|
-
<Platform>x86</Platform>
|
|
35
|
-
</ProjectConfiguration>
|
|
36
|
-
</ItemGroup>
|
|
37
|
-
<PropertyGroup Label="Globals">
|
|
38
|
-
<ProjectGuid>{bfb31759-4fca-4503-bc7c-a97f705efdb2}</ProjectGuid>
|
|
39
|
-
<Keyword>Android</Keyword>
|
|
40
|
-
<RootNamespace>raylib_android</RootNamespace>
|
|
41
|
-
<DefaultLanguage>en-US</DefaultLanguage>
|
|
42
|
-
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
|
|
43
|
-
<ApplicationType>Android</ApplicationType>
|
|
44
|
-
<ApplicationTypeRevision>3.0</ApplicationTypeRevision>
|
|
45
|
-
</PropertyGroup>
|
|
46
|
-
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
47
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
48
|
-
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
49
|
-
<UseDebugLibraries>true</UseDebugLibraries>
|
|
50
|
-
<PlatformToolset>Clang_5_0</PlatformToolset>
|
|
51
|
-
</PropertyGroup>
|
|
52
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
53
|
-
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
54
|
-
<UseDebugLibraries>false</UseDebugLibraries>
|
|
55
|
-
<PlatformToolset>Clang_5_0</PlatformToolset>
|
|
56
|
-
</PropertyGroup>
|
|
57
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
|
|
58
|
-
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
59
|
-
<UseDebugLibraries>true</UseDebugLibraries>
|
|
60
|
-
<PlatformToolset>Clang_5_0</PlatformToolset>
|
|
61
|
-
</PropertyGroup>
|
|
62
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
|
|
63
|
-
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
64
|
-
<UseDebugLibraries>false</UseDebugLibraries>
|
|
65
|
-
<PlatformToolset>Clang_5_0</PlatformToolset>
|
|
66
|
-
</PropertyGroup>
|
|
67
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
|
68
|
-
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
69
|
-
<UseDebugLibraries>true</UseDebugLibraries>
|
|
70
|
-
<PlatformToolset>Clang_5_0</PlatformToolset>
|
|
71
|
-
<AndroidAPILevel>android-29</AndroidAPILevel>
|
|
72
|
-
</PropertyGroup>
|
|
73
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
|
|
74
|
-
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
75
|
-
<UseDebugLibraries>false</UseDebugLibraries>
|
|
76
|
-
<PlatformToolset>Clang_5_0</PlatformToolset>
|
|
77
|
-
</PropertyGroup>
|
|
78
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
|
|
79
|
-
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
80
|
-
<UseDebugLibraries>true</UseDebugLibraries>
|
|
81
|
-
<PlatformToolset>Clang_5_0</PlatformToolset>
|
|
82
|
-
</PropertyGroup>
|
|
83
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
|
|
84
|
-
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
85
|
-
<UseDebugLibraries>false</UseDebugLibraries>
|
|
86
|
-
<PlatformToolset>Clang_5_0</PlatformToolset>
|
|
87
|
-
</PropertyGroup>
|
|
88
|
-
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
89
|
-
<ImportGroup Label="ExtensionSettings">
|
|
90
|
-
</ImportGroup>
|
|
91
|
-
<ImportGroup Label="Shared">
|
|
92
|
-
</ImportGroup>
|
|
93
|
-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
94
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
95
|
-
</ImportGroup>
|
|
96
|
-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
97
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
98
|
-
</ImportGroup>
|
|
99
|
-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
|
|
100
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
101
|
-
</ImportGroup>
|
|
102
|
-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
|
|
103
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
104
|
-
</ImportGroup>
|
|
105
|
-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
|
106
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
107
|
-
</ImportGroup>
|
|
108
|
-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
|
109
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
110
|
-
</ImportGroup>
|
|
111
|
-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
|
112
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
113
|
-
</ImportGroup>
|
|
114
|
-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
|
115
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
116
|
-
</ImportGroup>
|
|
117
|
-
<PropertyGroup Label="UserMacros" />
|
|
118
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
|
119
|
-
<TargetName>libmain</TargetName>
|
|
120
|
-
</PropertyGroup>
|
|
121
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" />
|
|
122
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" />
|
|
123
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" />
|
|
124
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
|
125
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
|
126
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" />
|
|
127
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" />
|
|
128
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
|
129
|
-
<ClCompile>
|
|
130
|
-
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
131
|
-
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
132
|
-
<CompileAs>CompileAsC</CompileAs>
|
|
133
|
-
<CLanguageStandard>c99</CLanguageStandard>
|
|
134
|
-
<CppLanguageStandard>Default</CppLanguageStandard>
|
|
135
|
-
<PrecompiledHeaderCompileAs>CompileAsC</PrecompiledHeaderCompileAs>
|
|
136
|
-
</ClCompile>
|
|
137
|
-
<Link>
|
|
138
|
-
<LibraryDependencies>%(LibraryDependencies);EGL;GLESv2;log;android;c;m;raylib</LibraryDependencies>
|
|
139
|
-
<AdditionalLibraryDirectories>../../../../src/;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
140
|
-
</Link>
|
|
141
|
-
</ItemDefinitionGroup>
|
|
142
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
|
143
|
-
<ClCompile>
|
|
144
|
-
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
145
|
-
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
146
|
-
<CompileAs>CompileAsC</CompileAs>
|
|
147
|
-
<CLanguageStandard>c99</CLanguageStandard>
|
|
148
|
-
<CppLanguageStandard>Default</CppLanguageStandard>
|
|
149
|
-
<PrecompiledHeaderCompileAs>CompileAsC</PrecompiledHeaderCompileAs>
|
|
150
|
-
</ClCompile>
|
|
151
|
-
<Link>
|
|
152
|
-
<LibraryDependencies>%(LibraryDependencies);GLESv1_CM;EGL;</LibraryDependencies>
|
|
153
|
-
<AdditionalLibraryDirectories>.;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
154
|
-
</Link>
|
|
155
|
-
</ItemDefinitionGroup>
|
|
156
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
|
157
|
-
<ClCompile>
|
|
158
|
-
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
159
|
-
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
160
|
-
<CompileAs>CompileAsCpp</CompileAs>
|
|
161
|
-
</ClCompile>
|
|
162
|
-
<Link>
|
|
163
|
-
<LibraryDependencies>%(LibraryDependencies);GLESv1_CM;EGL;</LibraryDependencies>
|
|
164
|
-
</Link>
|
|
165
|
-
</ItemDefinitionGroup>
|
|
166
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
|
167
|
-
<ClCompile>
|
|
168
|
-
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
169
|
-
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
170
|
-
<CompileAs>CompileAsCpp</CompileAs>
|
|
171
|
-
</ClCompile>
|
|
172
|
-
<Link>
|
|
173
|
-
<LibraryDependencies>%(LibraryDependencies);GLESv1_CM;EGL;</LibraryDependencies>
|
|
174
|
-
</Link>
|
|
175
|
-
</ItemDefinitionGroup>
|
|
176
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
177
|
-
<ClCompile>
|
|
178
|
-
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
179
|
-
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
180
|
-
<CompileAs>CompileAsCpp</CompileAs>
|
|
181
|
-
</ClCompile>
|
|
182
|
-
<Link>
|
|
183
|
-
<LibraryDependencies>%(LibraryDependencies);GLESv1_CM;EGL;</LibraryDependencies>
|
|
184
|
-
</Link>
|
|
185
|
-
</ItemDefinitionGroup>
|
|
186
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
187
|
-
<ClCompile>
|
|
188
|
-
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
189
|
-
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
190
|
-
<CompileAs>CompileAsCpp</CompileAs>
|
|
191
|
-
</ClCompile>
|
|
192
|
-
<Link>
|
|
193
|
-
<LibraryDependencies>%(LibraryDependencies);GLESv1_CM;EGL;</LibraryDependencies>
|
|
194
|
-
</Link>
|
|
195
|
-
</ItemDefinitionGroup>
|
|
196
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
|
|
197
|
-
<ClCompile>
|
|
198
|
-
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
199
|
-
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
200
|
-
<CompileAs>CompileAsCpp</CompileAs>
|
|
201
|
-
</ClCompile>
|
|
202
|
-
<Link>
|
|
203
|
-
<LibraryDependencies>%(LibraryDependencies);GLESv1_CM;EGL;</LibraryDependencies>
|
|
204
|
-
</Link>
|
|
205
|
-
</ItemDefinitionGroup>
|
|
206
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
|
|
207
|
-
<ClCompile>
|
|
208
|
-
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
209
|
-
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
210
|
-
<CompileAs>CompileAsCpp</CompileAs>
|
|
211
|
-
</ClCompile>
|
|
212
|
-
<Link>
|
|
213
|
-
<LibraryDependencies>%(LibraryDependencies);GLESv1_CM;EGL;</LibraryDependencies>
|
|
214
|
-
</Link>
|
|
215
|
-
</ItemDefinitionGroup>
|
|
216
|
-
<ItemGroup>
|
|
217
|
-
<ClInclude Include="android_native_app_glue.h" />
|
|
218
|
-
</ItemGroup>
|
|
219
|
-
<ItemGroup>
|
|
220
|
-
<ClCompile Include="android_native_app_glue.c" />
|
|
221
|
-
<ClCompile Include="main.c" />
|
|
222
|
-
</ItemGroup>
|
|
223
|
-
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
224
|
-
<ImportGroup Label="ExtensionTargets">
|
|
225
|
-
</ImportGroup>
|
|
226
|
-
</Project>
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
-
<ItemGroup>
|
|
4
|
-
<ClInclude Include="android_native_app_glue.h" />
|
|
5
|
-
</ItemGroup>
|
|
6
|
-
<ItemGroup>
|
|
7
|
-
<ClCompile Include="android_native_app_glue.c" />
|
|
8
|
-
<ClCompile Include="main.c" />
|
|
9
|
-
</ItemGroup>
|
|
10
|
-
</Project>
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
3
|
-
# Visual Studio Version 16
|
|
4
|
-
VisualStudioVersion = 16.0.31702.278
|
|
5
|
-
MinimumVisualStudioVersion = 10.0.40219.1
|
|
6
|
-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "raylib_android", "raylib_android", "{5C24BC76-8848-40EA-9BBB-A544648D8D5B}"
|
|
7
|
-
EndProject
|
|
8
|
-
Project("{39E2626F-3545-4960-A6E8-258AD8476CE5}") = "raylib_android.Packaging", "raylib_android\raylib_android.Packaging\raylib_android.Packaging.androidproj", "{B2231F0D-52DA-4C55-8998-5886F766553C}"
|
|
9
|
-
EndProject
|
|
10
|
-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "raylib_android.NativeActivity", "raylib_android\raylib_android.NativeActivity\raylib_android.NativeActivity.vcxproj", "{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}"
|
|
11
|
-
EndProject
|
|
12
|
-
Global
|
|
13
|
-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
14
|
-
Debug|ARM = Debug|ARM
|
|
15
|
-
Debug|ARM64 = Debug|ARM64
|
|
16
|
-
Debug|x64 = Debug|x64
|
|
17
|
-
Debug|x86 = Debug|x86
|
|
18
|
-
Release|ARM = Release|ARM
|
|
19
|
-
Release|ARM64 = Release|ARM64
|
|
20
|
-
Release|x64 = Release|x64
|
|
21
|
-
Release|x86 = Release|x86
|
|
22
|
-
EndGlobalSection
|
|
23
|
-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
24
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|ARM.ActiveCfg = Debug|ARM
|
|
25
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|ARM.Build.0 = Debug|ARM
|
|
26
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|ARM.Deploy.0 = Debug|ARM
|
|
27
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|ARM64.ActiveCfg = Debug|ARM64
|
|
28
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|ARM64.Build.0 = Debug|ARM64
|
|
29
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|ARM64.Deploy.0 = Debug|ARM64
|
|
30
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|x64.ActiveCfg = Debug|x64
|
|
31
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|x64.Build.0 = Debug|x64
|
|
32
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|x64.Deploy.0 = Debug|x64
|
|
33
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|x86.ActiveCfg = Debug|x86
|
|
34
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|x86.Build.0 = Debug|x86
|
|
35
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Debug|x86.Deploy.0 = Debug|x86
|
|
36
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Release|ARM.ActiveCfg = Release|ARM
|
|
37
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Release|ARM.Build.0 = Release|ARM
|
|
38
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Release|ARM.Deploy.0 = Release|ARM
|
|
39
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Release|ARM64.ActiveCfg = Release|ARM64
|
|
40
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Release|ARM64.Build.0 = Release|ARM64
|
|
41
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Release|ARM64.Deploy.0 = Release|ARM64
|
|
42
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Release|x64.ActiveCfg = Release|x64
|
|
43
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Release|x64.Build.0 = Release|x64
|
|
44
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Release|x64.Deploy.0 = Release|x64
|
|
45
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Release|x86.ActiveCfg = Release|x86
|
|
46
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Release|x86.Build.0 = Release|x86
|
|
47
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C}.Release|x86.Deploy.0 = Release|x86
|
|
48
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Debug|ARM.ActiveCfg = Debug|ARM
|
|
49
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Debug|ARM.Build.0 = Debug|ARM
|
|
50
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Debug|ARM64.ActiveCfg = Debug|ARM64
|
|
51
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Debug|ARM64.Build.0 = Debug|ARM64
|
|
52
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Debug|x64.ActiveCfg = Debug|x64
|
|
53
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Debug|x64.Build.0 = Debug|x64
|
|
54
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Debug|x86.ActiveCfg = Debug|x86
|
|
55
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Debug|x86.Build.0 = Debug|x86
|
|
56
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Release|ARM.ActiveCfg = Release|ARM
|
|
57
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Release|ARM.Build.0 = Release|ARM
|
|
58
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Release|ARM64.ActiveCfg = Release|ARM64
|
|
59
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Release|ARM64.Build.0 = Release|ARM64
|
|
60
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Release|x64.ActiveCfg = Release|x64
|
|
61
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Release|x64.Build.0 = Release|x64
|
|
62
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Release|x86.ActiveCfg = Release|x86
|
|
63
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2}.Release|x86.Build.0 = Release|x86
|
|
64
|
-
EndGlobalSection
|
|
65
|
-
GlobalSection(SolutionProperties) = preSolution
|
|
66
|
-
HideSolutionNode = FALSE
|
|
67
|
-
EndGlobalSection
|
|
68
|
-
GlobalSection(NestedProjects) = preSolution
|
|
69
|
-
{B2231F0D-52DA-4C55-8998-5886F766553C} = {5C24BC76-8848-40EA-9BBB-A544648D8D5B}
|
|
70
|
-
{BFB31759-4FCA-4503-BC7C-A97F705EFDB2} = {5C24BC76-8848-40EA-9BBB-A544648D8D5B}
|
|
71
|
-
EndGlobalSection
|
|
72
|
-
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
73
|
-
SolutionGuid = {B7ED0AA6-6B00-40AC-BF71-526D5BEEFC78}
|
|
74
|
-
EndGlobalSection
|
|
75
|
-
EndGlobal
|