26 lines
334 B
Plaintext
26 lines
334 B
Plaintext
!ifndef FAXROOT
|
|
FAXROOT=$(PROJECT_ROOT)\fax
|
|
!endif
|
|
|
|
|
|
NOUNICODE=1
|
|
!include $(FAXROOT)\faxsrc.inc
|
|
|
|
|
|
TARGETNAME=cl2and20
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
UMTYPE=windows
|
|
C_DEFINES=$(C_DEFINES) /D_NT_SUR_ /DNO_STRICT /DWIN4 /DNT4
|
|
|
|
USE_MSVCRT=1
|
|
|
|
|
|
INCLUDES=..\headers;..\..\..\inc
|
|
|
|
SOURCES=cl2and20.c\
|
|
class2.c\
|
|
class20.c
|
|
|