diff options
| author | Antonio Radovcic <[email protected]> | 2019-07-27 11:45:49 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-07-27 11:45:49 +0200 |
| commit | 814952c01dcc1e14eb76e878c0cc3bdef6ee0fd2 (patch) | |
| tree | c575a09aee182bda4a949e23edffdd1b223a7b87 /games | |
| parent | 6baf8bccb1047914fd53d753692a35906386f5dc (diff) | |
| download | raylib-814952c01dcc1e14eb76e878c0cc3bdef6ee0fd2.tar.gz raylib-814952c01dcc1e14eb76e878c0cc3bdef6ee0fd2.zip | |
#917 This commit changes the path to 'shell.html' in all Makefiles (#918)
Diffstat (limited to 'games')
| -rw-r--r-- | games/Makefile | 2 | ||||
| -rw-r--r-- | games/cat_vs_roomba/Makefile | 2 | ||||
| -rw-r--r-- | games/drturtle/Makefile | 2 | ||||
| -rw-r--r-- | games/just_do/Makefile | 2 | ||||
| -rw-r--r-- | games/koala_seasons/Makefile | 2 | ||||
| -rw-r--r-- | games/light_my_ritual/Makefile | 2 | ||||
| -rw-r--r-- | games/skully_escape/Makefile | 2 | ||||
| -rw-r--r-- | games/transmission/Makefile | 2 | ||||
| -rw-r--r-- | games/wave_collector/Makefile | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/games/Makefile b/games/Makefile index 0aecafb2..9b06cc0a 100644 --- a/games/Makefile +++ b/games/Makefile @@ -236,7 +236,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB) endif # Define a custom shell .html and output extension - CFLAGS += --shell-file $(RAYLIB_PATH)\src\shell.html + CFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html EXT = .html endif diff --git a/games/cat_vs_roomba/Makefile b/games/cat_vs_roomba/Makefile index 87b052d2..00041d1d 100644 --- a/games/cat_vs_roomba/Makefile +++ b/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)\src\shell.html + CFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html EXT = .html endif diff --git a/games/drturtle/Makefile b/games/drturtle/Makefile index 42658af0..5368393f 100644 --- a/games/drturtle/Makefile +++ b/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)\src\shell.html + CFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html EXT = .html endif diff --git a/games/just_do/Makefile b/games/just_do/Makefile index 7b2d4d5f..ee4de401 100644 --- a/games/just_do/Makefile +++ b/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)\src\shell.html + CFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html EXT = .html endif diff --git a/games/koala_seasons/Makefile b/games/koala_seasons/Makefile index 589446cc..fea4437d 100644 --- a/games/koala_seasons/Makefile +++ b/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)\src\shell.html + CFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html EXT = .html endif diff --git a/games/light_my_ritual/Makefile b/games/light_my_ritual/Makefile index aed79bb4..7c6a1438 100644 --- a/games/light_my_ritual/Makefile +++ b/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)\src\shell.html + CFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html EXT = .html endif diff --git a/games/skully_escape/Makefile b/games/skully_escape/Makefile index 44dcd391..c785eb28 100644 --- a/games/skully_escape/Makefile +++ b/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)\src\shell.html + CFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html EXT = .html endif diff --git a/games/transmission/Makefile b/games/transmission/Makefile index 5b6922f0..6df64277 100644 --- a/games/transmission/Makefile +++ b/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)\src\shell.html + CFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html EXT = .html endif diff --git a/games/wave_collector/Makefile b/games/wave_collector/Makefile index d1c6c096..894cc7e7 100644 --- a/games/wave_collector/Makefile +++ b/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)\src\shell.html + CFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html EXT = .html endif |
