소스 검색

#917 This commit changes the path to 'shell.html' in all Makefiles (#918)

pull/919/head
Antonio Radovcic 5 년 전
committed by Ray
부모
커밋
814952c01d
15개의 변경된 파일15개의 추가작업 그리고 15개의 파일을 삭제
  1. +1
    -1
      examples/Makefile
  2. +1
    -1
      games/Makefile
  3. +1
    -1
      games/cat_vs_roomba/Makefile
  4. +1
    -1
      games/drturtle/Makefile
  5. +1
    -1
      games/just_do/Makefile
  6. +1
    -1
      games/koala_seasons/Makefile
  7. +1
    -1
      games/light_my_ritual/Makefile
  8. +1
    -1
      games/skully_escape/Makefile
  9. +1
    -1
      games/transmission/Makefile
  10. +1
    -1
      games/wave_collector/Makefile
  11. +1
    -1
      projects/4coder/Makefile
  12. +1
    -1
      projects/VSCode/Makefile
  13. +1
    -1
      templates/advance_game/Makefile
  14. +1
    -1
      templates/simple_game/Makefile
  15. +1
    -1
      templates/standard_game/Makefile

+ 1
- 1
examples/Makefile 파일 보기

@ -243,7 +243,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
# logic to a self contained function: UpdateDrawFrame(), check core_basic_window_web.c for reference.
# Define a custom shell .html and output extension
CFLAGS += --shell-file $(RAYLIB_PATH)\s</span>rc\s</span>hell.html
CFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html
EXT = .html
endif

+ 1
- 1
games/Makefile 파일 보기

@ -236,7 +236,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
endif
# Define a custom shell .html and output extension
CFLAGS += --shell-file $(RAYLIB_PATH)\s</span>rc\s</span>hell.html
CFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html
EXT = .html
endif

+ 1
- 1
games/cat_vs_roomba/Makefile 파일 보기

@ -236,7 +236,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
endif
# Define a custom shell .html and output extension
CFLAGS += --shell-file $(RAYLIB_PATH)\s</span>rc\s</span>hell.html
CFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html
EXT = .html
endif

+ 1
- 1
games/drturtle/Makefile 파일 보기

@ -236,7 +236,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
endif
# Define a custom shell .html and output extension
CFLAGS += --shell-file $(RAYLIB_PATH)\s</span>rc\s</span>hell.html
CFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html
EXT = .html
endif

+ 1
- 1
games/just_do/Makefile 파일 보기

@ -236,7 +236,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
endif
# Define a custom shell .html and output extension
CFLAGS += --shell-file $(RAYLIB_PATH)\s</span>rc\s</span>hell.html
CFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html
EXT = .html
endif

+ 1
- 1
games/koala_seasons/Makefile 파일 보기

@ -236,7 +236,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
endif
# Define a custom shell .html and output extension
CFLAGS += --shell-file $(RAYLIB_PATH)\s</span>rc\s</span>hell.html
CFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html
EXT = .html
endif

+ 1
- 1
games/light_my_ritual/Makefile 파일 보기

@ -236,7 +236,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
endif
# Define a custom shell .html and output extension
CFLAGS += --shell-file $(RAYLIB_PATH)\s</span>rc\s</span>hell.html
CFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html
EXT = .html
endif

+ 1
- 1
games/skully_escape/Makefile 파일 보기

@ -236,7 +236,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
endif
# Define a custom shell .html and output extension
CFLAGS += --shell-file $(RAYLIB_PATH)\s</span>rc\s</span>hell.html
CFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html
EXT = .html
endif

+ 1
- 1
games/transmission/Makefile 파일 보기

@ -236,7 +236,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
endif
# Define a custom shell .html and output extension
CFLAGS += --shell-file $(RAYLIB_PATH)\s</span>rc\s</span>hell.html
CFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html
EXT = .html
endif

+ 1
- 1
games/wave_collector/Makefile 파일 보기

@ -236,7 +236,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
endif
# Define a custom shell .html and output extension
CFLAGS += --shell-file $(RAYLIB_PATH)\s</span>rc\s</span>hell.html
CFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html
EXT = .html
endif

+ 1
- 1
projects/4coder/Makefile 파일 보기

@ -236,7 +236,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
endif
# Define a custom shell .html and output extension
CFLAGS += --shell-file $(RAYLIB_PATH)\s</span>rc\s</span>hell.html
CFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html
EXT = .html
endif

+ 1
- 1
projects/VSCode/Makefile 파일 보기

@ -236,7 +236,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
endif
# Define a custom shell .html and output extension
CFLAGS += --shell-file $(RAYLIB_PATH)\s</span>rc\s</span>hell.html
CFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html
EXT = .html
endif

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

@ -236,7 +236,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
endif
# Define a custom shell .html and output extension
CFLAGS += --shell-file $(RAYLIB_PATH)\s</span>rc\s</span>hell.html
CFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html
EXT = .html
endif

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

@ -236,7 +236,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
endif
# Define a custom shell .html and output extension
CFLAGS += --shell-file $(RAYLIB_PATH)\s</span>rc\s</span>hell.html
CFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html
EXT = .html
endif

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

@ -230,7 +230,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
endif
# Define a custom shell .html and output extension
CFLAGS += --shell-file $(RAYLIB_PATH)\s</span>rc\s</span>hell.html
CFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html
EXT = .html
endif

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