You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
473 B
Makefile
27 lines
473 B
Makefile
# Watcom WMAKE Makefile for PDCurses library - OS/2 Open Watcom 1.1+
|
|
#
|
|
# Usage: wmake -f [path\]Makefile.wcc [DEBUG=Y] [target]
|
|
#
|
|
# where target can be any of:
|
|
# [all|demos|pdcurses.lib|testcurs.exe...]
|
|
|
|
!ifdef %PDCURSES_SRCDIR
|
|
PDCURSES_SRCDIR = $(%PDCURSES_SRCDIR)
|
|
!else
|
|
PDCURSES_SRCDIR = ..
|
|
!endif
|
|
|
|
common = $(PDCURSES_SRCDIR)/common
|
|
|
|
osdir = os2
|
|
|
|
TARGET = os2
|
|
|
|
LTARGET = os2v2
|
|
|
|
CFLAGS =
|
|
|
|
EXTRA_LIB_CMD = -$(COPY) $(PDCNAME).lib panel.lib
|
|
|
|
!include $(common)/watcom.mif
|