瀏覽代碼

Removed physac #2543

pull/2553/head
Ray 2 年之前
父節點
當前提交
1211047e1c
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. +0
    -2
      src/Makefile

+ 0
- 2
src/Makefile 查看文件

@ -738,7 +738,6 @@ ifeq ($(ROOT),root)
cp --update raylib.h $(RAYLIB_H_INSTALL_PATH)/raylib.h cp --update raylib.h $(RAYLIB_H_INSTALL_PATH)/raylib.h
cp --update raymath.h $(RAYLIB_H_INSTALL_PATH)/raymath.h cp --update raymath.h $(RAYLIB_H_INSTALL_PATH)/raymath.h
cp --update rlgl.h $(RAYLIB_H_INSTALL_PATH)/rlgl.h cp --update rlgl.h $(RAYLIB_H_INSTALL_PATH)/rlgl.h
cp --update extras/physac.h $(RAYLIB_H_INSTALL_PATH)/physac.h
@echo "raylib development files installed/updated!" @echo "raylib development files installed/updated!"
else else
@echo "This function currently works on GNU/Linux systems. Add yours today (^;" @echo "This function currently works on GNU/Linux systems. Add yours today (^;"
@ -766,7 +765,6 @@ ifeq ($(ROOT),root)
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/raylib.h rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/raylib.h
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/raymath.h rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/raymath.h
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/rlgl.h rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/rlgl.h
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/physac.h
@echo "raylib development files removed!" @echo "raylib development files removed!"
else else
@echo "This function currently works on GNU/Linux systems. Add yours today (^;" @echo "This function currently works on GNU/Linux systems. Add yours today (^;"

Loading…
取消
儲存