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 /src | |
| parent | 0148432588b1ead0676a7aa6fecba2d10c315153 (diff) | |
| download | raylib-d873314c279be1582e28f3c90416c6b225b787fb.tar.gz raylib-d873314c279be1582e28f3c90416c6b225b787fb.zip | |
Reviewed Windows resource file name
Diffstat (limited to 'src')
| -rw-r--r-- | src/physac.h | 2 | ||||
| -rw-r--r-- | src/raylib.rc.o (renamed from src/raylib_icon) | bin | 107340 -> 107260 bytes |
2 files changed, 1 insertions, 1 deletions
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) diff --git a/src/raylib_icon b/src/raylib.rc.o Binary files differindex f6e32f37..28005c73 100644 --- a/src/raylib_icon +++ b/src/raylib.rc.o |
