+ contrib/hgf/os2pm/winctrl.prg
+ added
+ contrib/hgf/os2pm/button.prg
+ added
+ contrib/hgf/os2pm/edit.prg
+ added
* contrib/hgf/os2pm/Makefile
+ added new files
* contrib/hgf/os2pm/os2pm.c
* modified and added new functions already added to win32.c
* contrib/hgf/os2pm/os2pm.ch
- removed all defines which are not currently needed, this makes
os2pm.ch smaller and faster to compile.
23 lines
218 B
Makefile
23 lines
218 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../../
|
|
|
|
C_SOURCES=\
|
|
os2pm.c \
|
|
|
|
PRG_SOURCES=\
|
|
tform.prg \
|
|
tmenu.prg \
|
|
tmenuitm.prg \
|
|
winctrl.prg \
|
|
button.prg \
|
|
edit.prg \
|
|
|
|
|
|
LIBNAME=os2pm
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|
|
|