|
8 | 8 |
|
9 | 9 | @Properties( |
10 | 10 | value = { |
11 | | - |
12 | 11 | @Platform( |
13 | | - value = {"windows-x86_64"}, |
14 | | - link = {"winmm", "OpenGL32","user32","shell32","gdi32","raylib"}, |
15 | 12 | include = {"raylib.h", "rlgl.h", "raymath.h", "physac.h", "raygui.h"}, |
16 | 13 | compiler = {"!default","foo"} |
17 | 14 | ), |
| 15 | + @Platform( |
| 16 | + value = {"windows-x86_64"}, |
| 17 | + link = {"winmm", "OpenGL32","user32","shell32","gdi32","raylib"} |
| 18 | + ), |
18 | 19 | @Platform( |
19 | 20 | value = {"windows-x86"}, |
20 | | - link = {"winmm", "OpenGL32","user32","shell32","gdi32","raylib"}, |
21 | | - include = {"raylib.h", "rlgl.h", "raymath.h", "physac.h", "raygui.h"}, |
22 | | - compiler = {"!default","foo"} |
| 21 | + link = {"winmm", "OpenGL32","user32","shell32","gdi32","raylib"} |
23 | 22 | ), |
24 | 23 | @Platform( |
25 | 24 | value = {"macosx-x86_64"}, |
26 | | - //linkpath = {"."}, |
27 | | - link = {"raylib"}, |
28 | | - //includepath = {"/Users/richard/IdeaProjects/jaylib"}, |
29 | | - include = {"raylib.h", "rlgl.h", "raymath.h", "physac.h", "raygui.h"}, |
30 | | - compiler = {"!default","foo"} |
| 25 | + link = {"raylib"} |
31 | 26 | ), |
32 | 27 | @Platform( |
33 | 28 | value = {"macosx-arm64"}, |
34 | | - //linkpath = {"."}, |
35 | | - link = {"raylib"}, |
36 | | - //includepath = {"/Users/richard/IdeaProjects/jaylib"}, |
37 | | - include = {"raylib.h", "rlgl.h", "raymath.h", "physac.h", "raygui.h"}, |
38 | | - compiler = {"!default","foo"} |
| 29 | + link = {"raylib"} |
39 | 30 | ), |
40 | 31 | @Platform( |
41 | 32 | value = {"linux-x86_64"}, |
42 | 33 | linkpath = {"/usr/lib/x86_64-linux-gnu"}, // "/home/richard/jaylib/lib/linux" |
43 | | - link = {"X11", "raylib"}, |
44 | | - //includepath = {"/home/richard/jaylib"}, |
45 | | - include = {"raylib.h", "rlgl.h", "raymath.h", "physac.h", "raygui.h"}, |
46 | | - compiler = {"!default","foo"} |
| 34 | + link = {"X11", "raylib"} |
47 | 35 | ), |
48 | 36 | @Platform( |
49 | 37 | value = {"linux-arm64"}, |
50 | 38 | linkpath = {"/usr/lib/aarch64-linux-gnu/"}, |
51 | | - link = {"X11", "raylib"}, |
52 | | - //includepath = {"/home/richard/jaylib"}, |
53 | | - include = {"raylib.h", "rlgl.h", "raymath.h", "physac.h", "raygui.h"}, |
54 | | - compiler = {"!default","foo"} |
| 39 | + link = {"X11", "raylib"} |
55 | 40 | ), |
56 | 41 | @Platform( |
57 | 42 | value = {"linux-arm"}, |
58 | 43 | linkpath = {"/usr/lib/arm-linux-gnueabihf/"}, |
59 | | - link = {"X11", "raylib"}, |
60 | | - //includepath = {"/home/richard/jaylib"}, |
61 | | - include = {"raylib.h", "rlgl.h", "raymath.h", "physac.h", "raygui.h"}, |
62 | | - compiler = {"!default","foo"} |
| 44 | + link = {"X11", "raylib"} |
63 | 45 | )}, |
64 | 46 |
|
65 | 47 |
|
66 | 48 |
|
67 | 49 | target = "com.raylib.Raylib" |
68 | | - //helper = "com.raylib.Colors" |
| 50 | + |
69 | 51 | ) |
70 | 52 | public class RaylibConfig implements InfoMapper { |
71 | 53 |
|
|
0 commit comments