#Makefile for "Pocket"

include ..\COM_LNK\MakeSDK.1

### -------- Define Make Application -------- ###

#== TargetName ==
TARGET  = Pocket

#== Program Name ==
PROGNAME = "Pocket"

#== ProgramVersion(EX. 0100->Ver1.00) ==
VERSION = 0100

#== MenuIcon (Xsize=45dot,Ysize=28dot) ==
MICON = menuicon\MICON.BMP

#== ListMenuIcon (Xsize=27dot,Ysize=20dot) ==
LICON = menuicon\LICON.BMP

#== CompileObjectFile ==
APLOBJS =	$(ODIR)\Pocket.obj	
#== IncludeHeaderFile ==
HEADFILE =	$(HDIR)\Pocket.h 	
### ----------------------------------------- ###

include ..\COM_LNK\MakeSDK.2

