From d873314c279be1582e28f3c90416c6b225b787fb Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 29 May 2018 00:52:08 +0200 Subject: Reviewed Windows resource file name --- src/physac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/physac.h') diff --git a/src/physac.h b/src/physac.h index 7fa62545..6b78fcc6 100644 --- a/src/physac.h +++ b/src/physac.h @@ -43,7 +43,7 @@ * NOTE 2: Physac requires static C library linkage to avoid dependency on MinGW DLL (-static -lpthread) * * Use the following code to compile: -* gcc -o $(NAME_PART).exe $(FILE_NAME) -s $(RAYLIB_DIR)\raylib\raylib_icon -static -lraylib -lpthread -lopengl32 -lgdi32 -std=c99 +* gcc -o $(NAME_PART).exe $(FILE_NAME) -s -static -lraylib -lpthread -lopengl32 -lgdi32 -std=c99 * * VERY THANKS TO: * Ramon Santamaria (github: @raysan5) -- cgit v1.2.3