Files
harbour-core/harbour/contrib/hgf/os2pm/Makefile
Maurilio Longo 0256691709 2001-09-09 15:48 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
+ 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.
2001-09-09 13:53:22 +00:00

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