diff options
| author | Ray <[email protected]> | 2018-05-29 00:52:08 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-05-29 00:52:08 +0200 |
| commit | d873314c279be1582e28f3c90416c6b225b787fb (patch) | |
| tree | 4200c017795330c6e59d33ae67ece9a4f3bf5385 /examples/physac/physics_demo.c | |
| parent | 0148432588b1ead0676a7aa6fecba2d10c315153 (diff) | |
| download | raylib-d873314c279be1582e28f3c90416c6b225b787fb.tar.gz raylib-d873314c279be1582e28f3c90416c6b225b787fb.zip | |
Reviewed Windows resource file name
Diffstat (limited to 'examples/physac/physics_demo.c')
| -rw-r--r-- | examples/physac/physics_demo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/physac/physics_demo.c b/examples/physac/physics_demo.c index d66d2fbe..273b9931 100644 --- a/examples/physac/physics_demo.c +++ b/examples/physac/physics_demo.c @@ -7,7 +7,7 @@ * * Use the following line to compile: * -* gcc -o $(NAME_PART).exe $(FILE_NAME) -s $(RAYLIB_DIR)\raylib\raylib_icon -static -lraylib -lpthread +* gcc -o $(NAME_PART).exe $(FILE_NAME) -s $(RAYLIB_DIR)\raylib\raylib.rc.o -static -lraylib -lpthread * -lglfw3 -lopengl32 -lgdi32 -lopenal32 -lwinmm -std=c99 -Wl,--subsystem,windows -Wl,-allow-multiple-definition * * Copyright (c) 2016-2018 Victor Fisac |
