diff options
Diffstat (limited to 'examples/physac/physics_movement.c')
| -rw-r--r-- | examples/physac/physics_movement.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/physac/physics_movement.c b/examples/physac/physics_movement.c index f828c054..3ca69671 100644 --- a/examples/physac/physics_movement.c +++ b/examples/physac/physics_movement.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 |
