Преглед на файлове

wildcards for platforms

Jeffery Myers преди 1 година
родител
ревизия
9afeb831a5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      raylib_premake5.lua

+ 1 - 1
raylib_premake5.lua

@@ -106,7 +106,7 @@ project "raylib"
         ["Source Files/*"] = { raylib_dir .. "/src/**.c"},
     }
     files {raylib_dir .. "/src/*.h", raylib_dir .. "/src/*.c"}
-    removefiles {raylib_dir .. "/src/rcore_android.c", raylib_dir .. "/src/rcore_template.c", raylib_dir .. "/src/rcore_drm.c", raylib_dir .. "/src/rcore_web.c", raylib_dir .."/src/rcore_desktop.c"}
+    removefiles {raylib_dir .. "/src/rcore_*.c"}
 
     filter { "system:macosx", "files:" .. raylib_dir .. "/src/rglfw.c" }
         compileas "Objective-C"