Browse Source

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

pull/919/head
Antonio Radovcic 5 years ago
committed by Ray
parent
commit
814952c01d
15 changed files with 15 additions and 15 deletions
  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 View File

@ -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 View File

@ -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 View File

@ -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 View File

@ -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 View File

@ -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 View File

@ -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 View File

@ -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 View File

@ -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 View File

@ -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 View File

@ -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 View File

@ -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 View File

@ -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 View File

@ -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 View File

@ -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 View File

@ -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

Loading…
Cancel
Save