diff --git a/Makefile b/Makefile index 70e0592..f56c8f9 100755 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ TARGET := pppc.exe -OBJS := pppc.o session_notification.o +OBJS := pppc.o session_notification.o resources.o CXXFLAGS := -O2 -Wall all: $(TARGET) diff --git a/outlet.ico b/outlet.ico new file mode 100644 index 0000000..10fe6a3 Binary files /dev/null and b/outlet.ico differ diff --git a/resources.h b/resources.h index e69de29..7c3f984 100644 --- a/resources.h +++ b/resources.h @@ -0,0 +1,2 @@ + +#define IDI_ICON1 102 diff --git a/resources.rc b/resources.rc index e69de29..19883e0 100644 --- a/resources.rc +++ b/resources.rc @@ -0,0 +1,4 @@ + +#include "resources.h" + +IDI_ICON1 ICON DISCARDABLE "outlet.ico"