소스 검색

basic_game - update makefile

Removed glew from basic_game makefile as glew is not part of the raylib package (no glew in mingw).
pull/266/head
Eugene F 7 년 전
committed by GitHub
부모
커밋
ec22577e5a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      templates/basic_game/Makefile

+ 1
- 1
templates/basic_game/Makefile 파일 보기

@ -141,7 +141,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
else
# libraries for Windows desktop compiling
# NOTE: GLFW3 and OpenAL Soft libraries should be installed
LIBS = -lraylib -lglfw3 -lglew32 -lopengl32 -lopenal32 -lgdi32
LIBS = -lraylib -lglfw3 -lopengl32 -lopenal32 -lgdi32
endif
endif
endif

불러오는 중...
취소
저장