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:
parent
f0fa9956af
commit
5f2dd1d33f
2
Makefile
2
Makefile
@ -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
BIN
outlet.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
@ -0,0 +1,2 @@
|
|||||||
|
|
||||||
|
#define IDI_ICON1 102
|
@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
#include "resources.h"
|
||||||
|
|
||||||
|
IDI_ICON1 ICON DISCARDABLE "outlet.ico"
|
Loading…
x
Reference in New Issue
Block a user