Added outlet.ico resource

git-svn-id: http://apu.dw.local/svnusers/JoshHoltrop/pppc/trunk@33 8131a0b2-b21c-1c47-bd6a-f003126495bd
This commit is contained in:
joshholtrop 2009-07-29 18:26:21 +00:00
parent f0fa9956af
commit 5f2dd1d33f
4 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
TARGET := pppc.exe TARGET := pppc.exe
OBJS := pppc.o session_notification.o OBJS := pppc.o session_notification.o resources.o
CXXFLAGS := -O2 -Wall CXXFLAGS := -O2 -Wall
all: $(TARGET) all: $(TARGET)

BIN
outlet.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -0,0 +1,2 @@
#define IDI_ICON1 102

View File

@ -0,0 +1,4 @@
#include "resources.h"
IDI_ICON1 ICON DISCARDABLE "outlet.ico"