Skip to content

Commit

Permalink
added windows icon
Browse files Browse the repository at this point in the history
  • Loading branch information
savaughn committed Nov 18, 2023
1 parent a757115 commit 970d463
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ PLATFORM ?= PLATFORM_DESKTOP

# Define project variables
PROJECT_NAME ?= pokeromtrader
PROJECT_VERSION := 0.7.0
PROJECT_VERSION := 0.8.0
# prerelease or release
PROJECT_VERSION_TYPE ?= release
PROJECT_VERSION_TYPE ?= prerelease
PROJECT_BUILD_PATH ?= .

RAYLIB_PATH ?= deps/raylib
Expand Down Expand Up @@ -261,7 +261,7 @@ LDFLAGS = -L. -L$(RAYLIB_RELEASE_PATH) -L$(RAYLIB_PATH)/src -Ldeps/pksav/build/l
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq ($(PLATFORM_OS),WINDOWS)
# NOTE: The resource .rc file contains windows executable icon and properties
# LDFLAGS += $(RAYLIB_PATH)/src/raylib.rc.data
LDFLAGS += assets\pkrom.rc.data
# -Wl,--subsystem,windows hides the console window
ifeq ($(BUILD_MODE), RELEASE)
LDFLAGS += -Wl,--subsystem,windows
Expand Down
File renamed without changes.
Binary file added assets/pkrom.rc.data
Binary file not shown.

0 comments on commit 970d463

Please sign in to comment.