From 814952c01dcc1e14eb76e878c0cc3bdef6ee0fd2 Mon Sep 17 00:00:00 2001 From: Antonio Radovcic Date: Sat, 27 Jul 2019 11:45:49 +0200 Subject: #917 This commit changes the path to 'shell.html' in all Makefiles (#918) --- projects/4coder/Makefile | 2 +- projects/VSCode/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'projects') diff --git a/projects/4coder/Makefile b/projects/4coder/Makefile index a00f4fab..08d4da59 100644 --- a/projects/4coder/Makefile +++ b/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)\src\shell.html + CFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html EXT = .html endif diff --git a/projects/VSCode/Makefile b/projects/VSCode/Makefile index f29b22fb..e3c25c76 100644 --- a/projects/VSCode/Makefile +++ b/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)\src\shell.html + CFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html EXT = .html endif -- cgit v1.2.3