2020-09-30 17:12:29 +02:00

44 lines
884 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

!ifndef WANGROOT
WANGROOT=$(BASEDIR)\private\wangview
!endif
TARGETNAME=oitwa400
TARGETPATH=obj
TARGETTYPE=DYNLINK
UMTYPE=windows
USE_CRTDLL=1
C_DEFINES = /D"_WINDOWS" /D"WIN32" $(CDEFINES_DOR)
DLLENTRY=DllMain
INCLUDES=$(WANGROOT)\oiwh\include
TARGETLIBS=\
$(BASEDIR)\public\sdk\lib\*\user32.lib \
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
$(BASEDIR)\public\sdk\lib\*\gdi32.lib \
$(WANGROOT)\oiwh\filing\$O\oifil400.lib \
$(WANGROOT)\oiwh\display\$O\oidis400.lib \
$(WANGROOT)\oiwh\admin\$O\oiadm400.lib
SOURCES=\
close.c \
control.c \
dcd_com.c \
enable.c \
error.c \
getcaps.c \
memory.c \
native.c \
oitwa400.c \
oitwa400.rc \
open.c \
process.c \
select.c \
setcaps.c \
transfer.c \
savefile.c \
triplet.c