浏览代码

#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

正在加载...
取消
保存