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
package/CMakeLists.txt
CHANGED
|
@@ -37,7 +37,7 @@ set(KOFFI_SRC
|
|
|
37
37
|
if(CMAKE_SIZEOF_VOID_P EQUAL 8)
|
|
38
38
|
if(WIN32)
|
|
39
39
|
list(APPEND KOFFI_SRC src/call_x64_win_fwd.asm)
|
|
40
|
-
elseif(CMAKE_SYSTEM_PROCESSOR
|
|
40
|
+
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64|arm64")
|
|
41
41
|
list(APPEND KOFFI_SRC src/call_arm64_fwd.S)
|
|
42
42
|
else()
|
|
43
43
|
list(APPEND KOFFI_SRC src/call_x64_sysv_fwd.S)
|
package/README.md
CHANGED
|
@@ -16,28 +16,27 @@ Koffi is a fast and easy-to-use FFI module for Node.js, with support for complex
|
|
|
16
16
|
|
|
17
17
|
The following platforms __are officially supported and tested__ at the moment:
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
* OpenBSD ARM64
|
|
19
|
+
Platoform | Architecture | JS to C | C to JS (callback) | Pre-built binary
|
|
20
|
+
--------- | -------------------------------- | ------- | ------------------ | ----------------
|
|
21
|
+
Windows | x86 (cdecl, stdcall, fastcall) | 🟩 | 🟥 | Yes ✓
|
|
22
|
+
Windows | x86_64 | 🟩 | 🟥 | Yes ✓
|
|
23
|
+
Linux | x86 | 🟩 | 🟥 | Yes ✓
|
|
24
|
+
Linux | x86_64 | 🟩 | 🟥 | Yes ✓
|
|
25
|
+
Linux | ARM32+VFP Little Endian | 🟩 | 🟥 | Yes ✓
|
|
26
|
+
Linux | ARM64 Little Endian | 🟩 | 🟥 | Yes ✓
|
|
27
|
+
FreeBSD | x86 | 🟩 | 🟥 | Yes ✓
|
|
28
|
+
FreeBSD | x86_64 | 🟩 | 🟥 | Yes ✓
|
|
29
|
+
FreeBSD | ARM64 Little Endian | 🟩 | 🟥 | Yes ✓
|
|
30
|
+
macOS | x86_64 | 🟩 | 🟥 | Yes ✓
|
|
31
|
+
macOS | ARM64 (M1) Little Endian | 🟩 | 🟥 | No x
|
|
32
|
+
NetBSD | x86_64 | 🟧 | 🟥 | No x
|
|
33
|
+
NetBSD | ARM64 Little Endian | 🟧 | 🟥 | No x
|
|
34
|
+
OpenBSD | x86_64 | 🟧 | 🟥 | No x
|
|
35
|
+
OpenBSD | ARM64 Little Endian | 🟧 | 🟥 | No x
|
|
36
|
+
|
|
37
|
+
🟩 Tested, fully operational
|
|
38
|
+
🟧 May work, but not actively tested
|
|
39
|
+
🟥 Does not work yet
|
|
41
40
|
|
|
42
41
|
This is still in development, bugs are to expected. More tests will come in the near future.
|
|
43
42
|
|
|
@@ -269,7 +268,7 @@ For example, if you want to run the tests on Debian ARM64, run the following com
|
|
|
269
268
|
|
|
270
269
|
```sh
|
|
271
270
|
cd luigi/koffi/qemu/
|
|
272
|
-
wget -q -O- https://koromix.dev/files/machines/
|
|
271
|
+
wget -q -O- https://koromix.dev/files/machines/qemu_debian_arm64.tar.zst | zstd -d | tar xv
|
|
273
272
|
sha256sum -c --ignore-missing registry/sha256sum.txt
|
|
274
273
|
```
|
|
275
274
|
|
|
@@ -314,4 +313,4 @@ Each machine is configured to run a VNC server available locally, which you can
|
|
|
314
313
|
|
|
315
314
|
```sh
|
|
316
315
|
node qemu.js info debian_x64
|
|
317
|
-
```
|
|
316
|
+
```
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koffi",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.48",
|
|
4
4
|
"description": "Fast and simple FFI (foreign function interface) for Node.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"foreign",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"author": "Niels Martignène <niels.martignene@protonmail.com>",
|
|
19
19
|
"main": "src/index.js",
|
|
20
20
|
"scripts": {
|
|
21
|
-
"install": "cnoke --prebuild qemu/
|
|
21
|
+
"install": "cnoke --prebuild build/qemu/{{version}}/koffi_{{platform}}_{{arch}}.tar.gz",
|
|
22
22
|
"test": "node qemu/qemu.js",
|
|
23
23
|
"prepublishOnly": "node qemu/qemu.js pack"
|
|
24
24
|
},
|
|
@@ -48,6 +48,6 @@
|
|
|
48
48
|
"LICENSE.txt",
|
|
49
49
|
"README.md",
|
|
50
50
|
"CMakeLists.txt",
|
|
51
|
-
"qemu
|
|
51
|
+
"build/qemu/*/*.tar.gz"
|
|
52
52
|
]
|
|
53
53
|
}
|
package/src/call_arm32.cc
CHANGED
|
@@ -39,7 +39,6 @@ extern "C" HfaRet ForwardCallXDDDD(const void *func, uint8_t *sp);
|
|
|
39
39
|
|
|
40
40
|
static bool IsHFA(const TypeInfo *type)
|
|
41
41
|
{
|
|
42
|
-
#ifdef __ARM_PCS_VFP
|
|
43
42
|
if (type->primitive != PrimitiveKind::Record)
|
|
44
43
|
return false;
|
|
45
44
|
|
|
@@ -55,9 +54,6 @@ static bool IsHFA(const TypeInfo *type)
|
|
|
55
54
|
}
|
|
56
55
|
|
|
57
56
|
return true;
|
|
58
|
-
#else
|
|
59
|
-
return false;
|
|
60
|
-
#endif
|
|
61
57
|
}
|
|
62
58
|
|
|
63
59
|
bool AnalyseFunction(InstanceData *, FunctionInfo *func)
|
|
@@ -110,12 +106,7 @@ bool AnalyseFunction(InstanceData *, FunctionInfo *func)
|
|
|
110
106
|
case PrimitiveKind::Float32:
|
|
111
107
|
case PrimitiveKind::Float64: {
|
|
112
108
|
Size need = param.type->size / 4;
|
|
113
|
-
|
|
114
|
-
#ifdef __ARM_PCS_VFP
|
|
115
109
|
bool vfp = !param.variadic;
|
|
116
|
-
#else
|
|
117
|
-
bool vfp = false;
|
|
118
|
-
#endif
|
|
119
110
|
|
|
120
111
|
if (vfp) {
|
|
121
112
|
if (need <= vec_avail) {
|
package/src/call_arm64.cc
CHANGED
|
@@ -88,6 +88,11 @@ bool AnalyseFunction(InstanceData *, FunctionInfo *func)
|
|
|
88
88
|
case PrimitiveKind::UInt64:
|
|
89
89
|
case PrimitiveKind::String:
|
|
90
90
|
case PrimitiveKind::Pointer: {
|
|
91
|
+
#ifdef __APPLE__
|
|
92
|
+
if (param.variadic)
|
|
93
|
+
break;
|
|
94
|
+
#endif
|
|
95
|
+
|
|
91
96
|
if (gpr_avail) {
|
|
92
97
|
param.gpr_count = 1;
|
|
93
98
|
gpr_avail--;
|
|
@@ -96,6 +101,11 @@ bool AnalyseFunction(InstanceData *, FunctionInfo *func)
|
|
|
96
101
|
|
|
97
102
|
case PrimitiveKind::Float32:
|
|
98
103
|
case PrimitiveKind::Float64: {
|
|
104
|
+
#ifdef __APPLE__
|
|
105
|
+
if (param.variadic)
|
|
106
|
+
break;
|
|
107
|
+
#endif
|
|
108
|
+
|
|
99
109
|
if (vec_avail) {
|
|
100
110
|
param.vec_count = 1;
|
|
101
111
|
vec_avail--;
|
|
@@ -103,6 +113,13 @@ bool AnalyseFunction(InstanceData *, FunctionInfo *func)
|
|
|
103
113
|
} break;
|
|
104
114
|
|
|
105
115
|
case PrimitiveKind::Record: {
|
|
116
|
+
#ifdef __APPLE__
|
|
117
|
+
if (param.variadic) {
|
|
118
|
+
param.use_memory = (param.type->size > 16);
|
|
119
|
+
break;
|
|
120
|
+
}
|
|
121
|
+
#endif
|
|
122
|
+
|
|
106
123
|
if (IsHFA(param.type)) {
|
|
107
124
|
int vec_count = (int)param.type->members.len;
|
|
108
125
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,387 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
-
<ItemGroup Label="ProjectConfigurations">
|
|
4
|
-
<ProjectConfiguration Include="Debug.DLL|Win32">
|
|
5
|
-
<Configuration>Debug.DLL</Configuration>
|
|
6
|
-
<Platform>Win32</Platform>
|
|
7
|
-
</ProjectConfiguration>
|
|
8
|
-
<ProjectConfiguration Include="Debug.DLL|x64">
|
|
9
|
-
<Configuration>Debug.DLL</Configuration>
|
|
10
|
-
<Platform>x64</Platform>
|
|
11
|
-
</ProjectConfiguration>
|
|
12
|
-
<ProjectConfiguration Include="Debug|Win32">
|
|
13
|
-
<Configuration>Debug</Configuration>
|
|
14
|
-
<Platform>Win32</Platform>
|
|
15
|
-
</ProjectConfiguration>
|
|
16
|
-
<ProjectConfiguration Include="Debug|x64">
|
|
17
|
-
<Configuration>Debug</Configuration>
|
|
18
|
-
<Platform>x64</Platform>
|
|
19
|
-
</ProjectConfiguration>
|
|
20
|
-
<ProjectConfiguration Include="Release.DLL|Win32">
|
|
21
|
-
<Configuration>Release.DLL</Configuration>
|
|
22
|
-
<Platform>Win32</Platform>
|
|
23
|
-
</ProjectConfiguration>
|
|
24
|
-
<ProjectConfiguration Include="Release.DLL|x64">
|
|
25
|
-
<Configuration>Release.DLL</Configuration>
|
|
26
|
-
<Platform>x64</Platform>
|
|
27
|
-
</ProjectConfiguration>
|
|
28
|
-
<ProjectConfiguration Include="Release|Win32">
|
|
29
|
-
<Configuration>Release</Configuration>
|
|
30
|
-
<Platform>Win32</Platform>
|
|
31
|
-
</ProjectConfiguration>
|
|
32
|
-
<ProjectConfiguration Include="Release|x64">
|
|
33
|
-
<Configuration>Release</Configuration>
|
|
34
|
-
<Platform>x64</Platform>
|
|
35
|
-
</ProjectConfiguration>
|
|
36
|
-
</ItemGroup>
|
|
37
|
-
<PropertyGroup Label="Globals">
|
|
38
|
-
<ProjectGuid>{E6784F91-4E4E-4956-A079-73FAB1AC7BE6}</ProjectGuid>
|
|
39
|
-
<Keyword>Win32Proj</Keyword>
|
|
40
|
-
<RootNamespace>audio_module_playing</RootNamespace>
|
|
41
|
-
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
42
|
-
<ProjectName>audio_module_playing</ProjectName>
|
|
43
|
-
</PropertyGroup>
|
|
44
|
-
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
45
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
46
|
-
<ConfigurationType>Application</ConfigurationType>
|
|
47
|
-
<UseDebugLibraries>true</UseDebugLibraries>
|
|
48
|
-
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
49
|
-
<CharacterSet>Unicode</CharacterSet>
|
|
50
|
-
</PropertyGroup>
|
|
51
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
52
|
-
<ConfigurationType>Application</ConfigurationType>
|
|
53
|
-
<UseDebugLibraries>true</UseDebugLibraries>
|
|
54
|
-
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
55
|
-
<CharacterSet>Unicode</CharacterSet>
|
|
56
|
-
</PropertyGroup>
|
|
57
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|Win32'" Label="Configuration">
|
|
58
|
-
<ConfigurationType>Application</ConfigurationType>
|
|
59
|
-
<UseDebugLibraries>true</UseDebugLibraries>
|
|
60
|
-
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
61
|
-
<CharacterSet>Unicode</CharacterSet>
|
|
62
|
-
</PropertyGroup>
|
|
63
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|x64'" Label="Configuration">
|
|
64
|
-
<ConfigurationType>Application</ConfigurationType>
|
|
65
|
-
<UseDebugLibraries>true</UseDebugLibraries>
|
|
66
|
-
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
67
|
-
<CharacterSet>Unicode</CharacterSet>
|
|
68
|
-
</PropertyGroup>
|
|
69
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
70
|
-
<ConfigurationType>Application</ConfigurationType>
|
|
71
|
-
<UseDebugLibraries>false</UseDebugLibraries>
|
|
72
|
-
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
73
|
-
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
74
|
-
<CharacterSet>Unicode</CharacterSet>
|
|
75
|
-
</PropertyGroup>
|
|
76
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
77
|
-
<ConfigurationType>Application</ConfigurationType>
|
|
78
|
-
<UseDebugLibraries>false</UseDebugLibraries>
|
|
79
|
-
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
80
|
-
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
81
|
-
<CharacterSet>Unicode</CharacterSet>
|
|
82
|
-
</PropertyGroup>
|
|
83
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|Win32'" Label="Configuration">
|
|
84
|
-
<ConfigurationType>Application</ConfigurationType>
|
|
85
|
-
<UseDebugLibraries>false</UseDebugLibraries>
|
|
86
|
-
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
87
|
-
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
88
|
-
<CharacterSet>Unicode</CharacterSet>
|
|
89
|
-
</PropertyGroup>
|
|
90
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|x64'" Label="Configuration">
|
|
91
|
-
<ConfigurationType>Application</ConfigurationType>
|
|
92
|
-
<UseDebugLibraries>false</UseDebugLibraries>
|
|
93
|
-
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
94
|
-
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
95
|
-
<CharacterSet>Unicode</CharacterSet>
|
|
96
|
-
</PropertyGroup>
|
|
97
|
-
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
98
|
-
<ImportGroup Label="ExtensionSettings">
|
|
99
|
-
</ImportGroup>
|
|
100
|
-
<ImportGroup Label="Shared">
|
|
101
|
-
</ImportGroup>
|
|
102
|
-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
103
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
104
|
-
</ImportGroup>
|
|
105
|
-
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
106
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
107
|
-
</ImportGroup>
|
|
108
|
-
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|Win32'" Label="PropertySheets">
|
|
109
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
110
|
-
</ImportGroup>
|
|
111
|
-
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|x64'" Label="PropertySheets">
|
|
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|Win32'">
|
|
115
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
116
|
-
</ImportGroup>
|
|
117
|
-
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
118
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
119
|
-
</ImportGroup>
|
|
120
|
-
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|Win32'" Label="PropertySheets">
|
|
121
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
122
|
-
</ImportGroup>
|
|
123
|
-
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|x64'" Label="PropertySheets">
|
|
124
|
-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
125
|
-
</ImportGroup>
|
|
126
|
-
<PropertyGroup Label="UserMacros" />
|
|
127
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
128
|
-
<LinkIncremental>true</LinkIncremental>
|
|
129
|
-
<OutDir>$(SolutionDir)\build\$(ProjectName)\bin\$(Platform)\$(Configuration)\</OutDir>
|
|
130
|
-
<IntDir>$(SolutionDir)\build\$(ProjectName)\obj\$(Platform)\$(Configuration)\</IntDir>
|
|
131
|
-
</PropertyGroup>
|
|
132
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
133
|
-
<LinkIncremental>true</LinkIncremental>
|
|
134
|
-
<OutDir>$(SolutionDir)\build\$(ProjectName)\bin\$(Platform)\$(Configuration)\</OutDir>
|
|
135
|
-
<IntDir>$(SolutionDir)\build\$(ProjectName)\obj\$(Platform)\$(Configuration)\</IntDir>
|
|
136
|
-
</PropertyGroup>
|
|
137
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|Win32'">
|
|
138
|
-
<LinkIncremental>true</LinkIncremental>
|
|
139
|
-
<OutDir>$(SolutionDir)\build\$(ProjectName)\bin\$(Platform)\$(Configuration)\</OutDir>
|
|
140
|
-
<IntDir>$(SolutionDir)\build\$(ProjectName)\obj\$(Platform)\$(Configuration)\</IntDir>
|
|
141
|
-
</PropertyGroup>
|
|
142
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|x64'">
|
|
143
|
-
<LinkIncremental>true</LinkIncremental>
|
|
144
|
-
<OutDir>$(SolutionDir)\build\$(ProjectName)\bin\$(Platform)\$(Configuration)\</OutDir>
|
|
145
|
-
<IntDir>$(SolutionDir)\build\$(ProjectName)\obj\$(Platform)\$(Configuration)\</IntDir>
|
|
146
|
-
</PropertyGroup>
|
|
147
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
148
|
-
<LinkIncremental>false</LinkIncremental>
|
|
149
|
-
<OutDir>$(SolutionDir)\build\$(ProjectName)\bin\$(Platform)\$(Configuration)\</OutDir>
|
|
150
|
-
<IntDir>$(SolutionDir)\build\$(ProjectName)\obj\$(Platform)\$(Configuration)\</IntDir>
|
|
151
|
-
</PropertyGroup>
|
|
152
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
153
|
-
<LinkIncremental>false</LinkIncremental>
|
|
154
|
-
<OutDir>$(SolutionDir)\build\$(ProjectName)\bin\$(Platform)\$(Configuration)\</OutDir>
|
|
155
|
-
<IntDir>$(SolutionDir)\build\$(ProjectName)\obj\$(Platform)\$(Configuration)\</IntDir>
|
|
156
|
-
</PropertyGroup>
|
|
157
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|Win32'">
|
|
158
|
-
<LinkIncremental>false</LinkIncremental>
|
|
159
|
-
<OutDir>$(SolutionDir)\build\$(ProjectName)\bin\$(Platform)\$(Configuration)\</OutDir>
|
|
160
|
-
<IntDir>$(SolutionDir)\build\$(ProjectName)\obj\$(Platform)\$(Configuration)\</IntDir>
|
|
161
|
-
</PropertyGroup>
|
|
162
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|x64'">
|
|
163
|
-
<LinkIncremental>false</LinkIncremental>
|
|
164
|
-
<OutDir>$(SolutionDir)\build\$(ProjectName)\bin\$(Platform)\$(Configuration)\</OutDir>
|
|
165
|
-
<IntDir>$(SolutionDir)\build\$(ProjectName)\obj\$(Platform)\$(Configuration)\</IntDir>
|
|
166
|
-
</PropertyGroup>
|
|
167
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|Win32'">
|
|
168
|
-
<LocalDebuggerWorkingDirectory>$(SolutionDir)..\..\examples\audio</LocalDebuggerWorkingDirectory>
|
|
169
|
-
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
170
|
-
</PropertyGroup>
|
|
171
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|x64'">
|
|
172
|
-
<LocalDebuggerWorkingDirectory>$(SolutionDir)..\..\examples\audio</LocalDebuggerWorkingDirectory>
|
|
173
|
-
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
174
|
-
</PropertyGroup>
|
|
175
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
176
|
-
<LocalDebuggerWorkingDirectory>$(SolutionDir)..\..\examples\audio</LocalDebuggerWorkingDirectory>
|
|
177
|
-
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
178
|
-
</PropertyGroup>
|
|
179
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
180
|
-
<LocalDebuggerWorkingDirectory>$(SolutionDir)..\..\examples\audio</LocalDebuggerWorkingDirectory>
|
|
181
|
-
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
182
|
-
</PropertyGroup>
|
|
183
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|Win32'">
|
|
184
|
-
<LocalDebuggerWorkingDirectory>$(SolutionDir)..\..\examples\audio</LocalDebuggerWorkingDirectory>
|
|
185
|
-
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
186
|
-
</PropertyGroup>
|
|
187
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
188
|
-
<LocalDebuggerWorkingDirectory>$(SolutionDir)..\..\examples\audio</LocalDebuggerWorkingDirectory>
|
|
189
|
-
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
190
|
-
</PropertyGroup>
|
|
191
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
192
|
-
<LocalDebuggerWorkingDirectory>$(SolutionDir)..\..\examples\audio</LocalDebuggerWorkingDirectory>
|
|
193
|
-
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
194
|
-
</PropertyGroup>
|
|
195
|
-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|x64'">
|
|
196
|
-
<LocalDebuggerWorkingDirectory>$(SolutionDir)..\..\examples\audio</LocalDebuggerWorkingDirectory>
|
|
197
|
-
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
198
|
-
</PropertyGroup>
|
|
199
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
200
|
-
<ClCompile>
|
|
201
|
-
<PrecompiledHeader>
|
|
202
|
-
</PrecompiledHeader>
|
|
203
|
-
<WarningLevel>Level3</WarningLevel>
|
|
204
|
-
<Optimization>Disabled</Optimization>
|
|
205
|
-
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;PLATFORM_DESKTOP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
206
|
-
<CompileAs>CompileAsC</CompileAs>
|
|
207
|
-
<AdditionalIncludeDirectories>$(SolutionDir)..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
208
|
-
</ClCompile>
|
|
209
|
-
<Link>
|
|
210
|
-
<SubSystem>Console</SubSystem>
|
|
211
|
-
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
212
|
-
<AdditionalLibraryDirectories>$(SolutionDir)\build\raylib\bin\$(Platform)\$(Configuration)\</AdditionalLibraryDirectories>
|
|
213
|
-
<AdditionalDependencies>raylib.lib;opengl32.lib;kernel32.lib;user32.lib;gdi32.lib;winmm.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
214
|
-
</Link>
|
|
215
|
-
</ItemDefinitionGroup>
|
|
216
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
217
|
-
<ClCompile>
|
|
218
|
-
<PrecompiledHeader>
|
|
219
|
-
</PrecompiledHeader>
|
|
220
|
-
<WarningLevel>Level3</WarningLevel>
|
|
221
|
-
<Optimization>Disabled</Optimization>
|
|
222
|
-
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;PLATFORM_DESKTOP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
223
|
-
<CompileAs>CompileAsC</CompileAs>
|
|
224
|
-
<AdditionalIncludeDirectories>$(SolutionDir)..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
225
|
-
<AdditionalOptions>/FS %(AdditionalOptions)</AdditionalOptions>
|
|
226
|
-
</ClCompile>
|
|
227
|
-
<Link>
|
|
228
|
-
<SubSystem>Console</SubSystem>
|
|
229
|
-
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
230
|
-
<AdditionalLibraryDirectories>$(SolutionDir)\build\raylib\bin\$(Platform)\$(Configuration)\</AdditionalLibraryDirectories>
|
|
231
|
-
<AdditionalDependencies>raylib.lib;opengl32.lib;kernel32.lib;user32.lib;gdi32.lib;winmm.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
232
|
-
</Link>
|
|
233
|
-
</ItemDefinitionGroup>
|
|
234
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|Win32'">
|
|
235
|
-
<ClCompile>
|
|
236
|
-
<PrecompiledHeader>
|
|
237
|
-
</PrecompiledHeader>
|
|
238
|
-
<WarningLevel>Level3</WarningLevel>
|
|
239
|
-
<Optimization>Disabled</Optimization>
|
|
240
|
-
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;PLATFORM_DESKTOP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
241
|
-
<CompileAs>CompileAsC</CompileAs>
|
|
242
|
-
<AdditionalIncludeDirectories>$(SolutionDir)..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
243
|
-
</ClCompile>
|
|
244
|
-
<Link>
|
|
245
|
-
<SubSystem>Console</SubSystem>
|
|
246
|
-
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
247
|
-
<AdditionalLibraryDirectories>$(SolutionDir)\build\raylib\bin\$(Platform)\$(Configuration)\</AdditionalLibraryDirectories>
|
|
248
|
-
<AdditionalDependencies>raylib.lib;opengl32.lib;kernel32.lib;user32.lib;gdi32.lib;winmm.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
249
|
-
</Link>
|
|
250
|
-
<PostBuildEvent>
|
|
251
|
-
<Command>xcopy /y /d "$(SolutionDir)\build\raylib\bin\$(Platform)\$(Configuration)\raylib.dll" "$(SolutionDir)\build\$(ProjectName)\bin\$(Platform)\$(Configuration)"</Command>
|
|
252
|
-
<Message>Copy Debug DLL to output directory</Message>
|
|
253
|
-
</PostBuildEvent>
|
|
254
|
-
</ItemDefinitionGroup>
|
|
255
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|x64'">
|
|
256
|
-
<ClCompile>
|
|
257
|
-
<PrecompiledHeader>
|
|
258
|
-
</PrecompiledHeader>
|
|
259
|
-
<WarningLevel>Level3</WarningLevel>
|
|
260
|
-
<Optimization>Disabled</Optimization>
|
|
261
|
-
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;PLATFORM_DESKTOP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
262
|
-
<CompileAs>CompileAsC</CompileAs>
|
|
263
|
-
<AdditionalIncludeDirectories>$(SolutionDir)..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
264
|
-
</ClCompile>
|
|
265
|
-
<Link>
|
|
266
|
-
<SubSystem>Console</SubSystem>
|
|
267
|
-
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
268
|
-
<AdditionalLibraryDirectories>$(SolutionDir)\build\raylib\bin\$(Platform)\$(Configuration)\</AdditionalLibraryDirectories>
|
|
269
|
-
<AdditionalDependencies>raylib.lib;opengl32.lib;kernel32.lib;user32.lib;gdi32.lib;winmm.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
270
|
-
</Link>
|
|
271
|
-
<PostBuildEvent>
|
|
272
|
-
<Command>xcopy /y /d "$(SolutionDir)\build\raylib\bin\$(Platform)\$(Configuration)\raylib.dll" "$(SolutionDir)\build\$(ProjectName)\bin\$(Platform)\$(Configuration)"</Command>
|
|
273
|
-
<Message>Copy Debug DLL to output directory</Message>
|
|
274
|
-
</PostBuildEvent>
|
|
275
|
-
</ItemDefinitionGroup>
|
|
276
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
277
|
-
<ClCompile>
|
|
278
|
-
<WarningLevel>Level3</WarningLevel>
|
|
279
|
-
<PrecompiledHeader>
|
|
280
|
-
</PrecompiledHeader>
|
|
281
|
-
<Optimization>MaxSpeed</Optimization>
|
|
282
|
-
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
283
|
-
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
284
|
-
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions);PLATFORM_DESKTOP</PreprocessorDefinitions>
|
|
285
|
-
<AdditionalIncludeDirectories>$(SolutionDir)..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
286
|
-
<CompileAs>CompileAsC</CompileAs>
|
|
287
|
-
<RemoveUnreferencedCodeData>true</RemoveUnreferencedCodeData>
|
|
288
|
-
</ClCompile>
|
|
289
|
-
<Link>
|
|
290
|
-
<SubSystem>Console</SubSystem>
|
|
291
|
-
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
292
|
-
<OptimizeReferences>true</OptimizeReferences>
|
|
293
|
-
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
294
|
-
<AdditionalDependencies>raylib.lib;opengl32.lib;kernel32.lib;user32.lib;gdi32.lib;winmm.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
295
|
-
<AdditionalLibraryDirectories>$(SolutionDir)\build\raylib\bin\$(Platform)\$(Configuration)\</AdditionalLibraryDirectories>
|
|
296
|
-
</Link>
|
|
297
|
-
</ItemDefinitionGroup>
|
|
298
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
299
|
-
<ClCompile>
|
|
300
|
-
<WarningLevel>Level3</WarningLevel>
|
|
301
|
-
<PrecompiledHeader>
|
|
302
|
-
</PrecompiledHeader>
|
|
303
|
-
<Optimization>MaxSpeed</Optimization>
|
|
304
|
-
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
305
|
-
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
306
|
-
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions);PLATFORM_DESKTOP</PreprocessorDefinitions>
|
|
307
|
-
<AdditionalIncludeDirectories>$(SolutionDir)..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
308
|
-
<CompileAs>CompileAsC</CompileAs>
|
|
309
|
-
<RemoveUnreferencedCodeData>true</RemoveUnreferencedCodeData>
|
|
310
|
-
</ClCompile>
|
|
311
|
-
<Link>
|
|
312
|
-
<SubSystem>Console</SubSystem>
|
|
313
|
-
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
314
|
-
<OptimizeReferences>true</OptimizeReferences>
|
|
315
|
-
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
316
|
-
<AdditionalDependencies>raylib.lib;opengl32.lib;kernel32.lib;user32.lib;gdi32.lib;winmm.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
317
|
-
<AdditionalLibraryDirectories>$(SolutionDir)\build\raylib\bin\$(Platform)\$(Configuration)\</AdditionalLibraryDirectories>
|
|
318
|
-
</Link>
|
|
319
|
-
</ItemDefinitionGroup>
|
|
320
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|Win32'">
|
|
321
|
-
<ClCompile>
|
|
322
|
-
<WarningLevel>Level3</WarningLevel>
|
|
323
|
-
<PrecompiledHeader>
|
|
324
|
-
</PrecompiledHeader>
|
|
325
|
-
<Optimization>MaxSpeed</Optimization>
|
|
326
|
-
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
327
|
-
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
328
|
-
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions);PLATFORM_DESKTOP</PreprocessorDefinitions>
|
|
329
|
-
<AdditionalIncludeDirectories>$(SolutionDir)..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
330
|
-
<CompileAs>CompileAsC</CompileAs>
|
|
331
|
-
<RemoveUnreferencedCodeData>true</RemoveUnreferencedCodeData>
|
|
332
|
-
</ClCompile>
|
|
333
|
-
<Link>
|
|
334
|
-
<SubSystem>Console</SubSystem>
|
|
335
|
-
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
336
|
-
<OptimizeReferences>true</OptimizeReferences>
|
|
337
|
-
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
338
|
-
<AdditionalDependencies>raylib.lib;opengl32.lib;kernel32.lib;user32.lib;gdi32.lib;winmm.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
339
|
-
<AdditionalLibraryDirectories>$(SolutionDir)\build\raylib\bin\$(Platform)\$(Configuration)\</AdditionalLibraryDirectories>
|
|
340
|
-
</Link>
|
|
341
|
-
<PostBuildEvent>
|
|
342
|
-
<Command>xcopy /y /d "$(SolutionDir)\build\raylib\bin\$(Platform)\$(Configuration)\raylib.dll" "$(SolutionDir)\build\$(ProjectName)\bin\$(Platform)\$(Configuration)"</Command>
|
|
343
|
-
</PostBuildEvent>
|
|
344
|
-
<PostBuildEvent>
|
|
345
|
-
<Message>Copy Release DLL to output directory</Message>
|
|
346
|
-
</PostBuildEvent>
|
|
347
|
-
</ItemDefinitionGroup>
|
|
348
|
-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|x64'">
|
|
349
|
-
<ClCompile>
|
|
350
|
-
<WarningLevel>Level3</WarningLevel>
|
|
351
|
-
<PrecompiledHeader>
|
|
352
|
-
</PrecompiledHeader>
|
|
353
|
-
<Optimization>MaxSpeed</Optimization>
|
|
354
|
-
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
355
|
-
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
356
|
-
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions);PLATFORM_DESKTOP</PreprocessorDefinitions>
|
|
357
|
-
<AdditionalIncludeDirectories>$(SolutionDir)..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
358
|
-
<CompileAs>CompileAsC</CompileAs>
|
|
359
|
-
<RemoveUnreferencedCodeData>true</RemoveUnreferencedCodeData>
|
|
360
|
-
</ClCompile>
|
|
361
|
-
<Link>
|
|
362
|
-
<SubSystem>Console</SubSystem>
|
|
363
|
-
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
364
|
-
<OptimizeReferences>true</OptimizeReferences>
|
|
365
|
-
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
366
|
-
<AdditionalDependencies>raylib.lib;opengl32.lib;kernel32.lib;user32.lib;gdi32.lib;winmm.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
367
|
-
<AdditionalLibraryDirectories>$(SolutionDir)\build\raylib\bin\$(Platform)\$(Configuration)\</AdditionalLibraryDirectories>
|
|
368
|
-
</Link>
|
|
369
|
-
<PostBuildEvent>
|
|
370
|
-
<Command>xcopy /y /d "$(SolutionDir)\build\raylib\bin\$(Platform)\$(Configuration)\raylib.dll" "$(SolutionDir)\build\$(ProjectName)\bin\$(Platform)\$(Configuration)"</Command>
|
|
371
|
-
</PostBuildEvent>
|
|
372
|
-
<PostBuildEvent>
|
|
373
|
-
<Message>Copy Release DLL to output directory</Message>
|
|
374
|
-
</PostBuildEvent>
|
|
375
|
-
</ItemDefinitionGroup>
|
|
376
|
-
<ItemGroup>
|
|
377
|
-
<ClCompile Include="..\..\..\examples\audio\audio_module_playing.c" />
|
|
378
|
-
</ItemGroup>
|
|
379
|
-
<ItemGroup>
|
|
380
|
-
<ProjectReference Include="..\raylib\raylib.vcxproj">
|
|
381
|
-
<Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
|
|
382
|
-
</ProjectReference>
|
|
383
|
-
</ItemGroup>
|
|
384
|
-
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
385
|
-
<ImportGroup Label="ExtensionTargets">
|
|
386
|
-
</ImportGroup>
|
|
387
|
-
</Project>
|