diff --git a/raylib/build.py b/raylib/build.py index ffae23e..cbd65fd 100644 --- a/raylib/build.py +++ b/raylib/build.py @@ -46,7 +46,7 @@ def pre_process_header(filename): file = open(filename, "r") filetext = "".join([line for line in file if '#include' not in line]) command = ['gcc', '-CC', '-P', '-undef', '-nostdinc', '-DRL_MATRIX_TYPE', - '-DRL_QUATERNION_TYPE','-DRL_VECTOR4_TYPE','-DRL_VECTOR3_TYPE','-DRL_VECTOR2_TYPE' + '-DRL_QUATERNION_TYPE','-DRL_VECTOR4_TYPE','-DRL_VECTOR3_TYPE','-DRL_VECTOR2_TYPE', '-DRLAPI=', '-DPHYSACDEF=', '-DRAYGUIDEF=', '-dDI', '-E', '-'] filetext2 = subprocess.run(command, text=True, input=filetext, stdout=subprocess.PIPE).stdout diff --git a/raylib/physac.h b/raylib/physac.h deleted file mode 120000 index 56a4454..0000000 --- a/raylib/physac.h +++ /dev/null @@ -1 +0,0 @@ -../raylib-c/src/extras/physac.h \ No newline at end of file diff --git a/raylib/raygui.h b/raylib/raygui.h deleted file mode 120000 index 563bbc0..0000000 --- a/raylib/raygui.h +++ /dev/null @@ -1 +0,0 @@ -../raylib-c/src/extras/raygui.h \ No newline at end of file diff --git a/raylib/raylib.h b/raylib/raylib.h deleted file mode 120000 index 9ec4abb..0000000 --- a/raylib/raylib.h +++ /dev/null @@ -1 +0,0 @@ -../raylib-c/src/raylib.h \ No newline at end of file diff --git a/raylib/rlgl.h b/raylib/rlgl.h deleted file mode 120000 index 5017870..0000000 --- a/raylib/rlgl.h +++ /dev/null @@ -1 +0,0 @@ -../raylib-c/src/rlgl.h \ No newline at end of file