Files
harbour-core/harbour/contrib/win32/Makefile
Viktor Szakats bac5436f68 2007-10-18 12:16 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
+ contrib/win32
   + contrib/win32/test
   + contrib/win32/test/testw32p.prg
   + contrib/win32/test/oleenum.prg
   - test/oleenum.prg
   + contrib/win32/Makefile
   + contrib/win32/makefile.bc
   + contrib/win32/makefile.vc
   + contrib/win32/make_b32.bat
   + contrib/win32/make_vc.bat
   + contrib/win32/w32_tole.prg
   + contrib/win32/w32_tprn.prg
   + contrib/win32/tprinter.c
   + contrib/win32/w32_ole.c
   + contrib/win32/w32_prn.c
     + Added a Win32 contrib lib by merging win32prn and ole2 
       libs. The name of the new library is "hbwin32".
     ; directx was not added for now.
2007-10-18 10:23:19 +00:00

19 lines
179 B
Makefile

#
# $Id$
#
ROOT = ../../
C_SOURCES=\
tprinter.c \
w32_ole.c \
w32_prn.c \
PRG_SOURCES=\
w32_tole.prg \
w32_tprn.prg \
LIBNAME=hbwin32
include $(TOP)$(ROOT)config/lib.cf