42 lines
677 B
Plaintext
42 lines
677 B
Plaintext
|
# target crtdll.lib instead of libc.lib
|
||
|
# USE_MSVCRT=1
|
||
|
|
||
|
MAJORCOMP=windows
|
||
|
MINORCOMP=o2base32
|
||
|
|
||
|
TARGETNAME=o2base32
|
||
|
TARGETPATH=..\..\lib
|
||
|
TARGETTYPE=LIBRARY
|
||
|
TARGETLIBS=
|
||
|
|
||
|
INCLUDES=..\..\inc
|
||
|
|
||
|
# Unicode
|
||
|
#
|
||
|
C_DEFINES=-DWIN32 -DUNICODE -D_UNICODE
|
||
|
|
||
|
# Ansi only
|
||
|
#
|
||
|
# C_DEFINES=-DWIN32
|
||
|
|
||
|
SOURCES=stdfact.cxx \
|
||
|
border.cxx \
|
||
|
dvutils.cxx \
|
||
|
himetric.cxx \
|
||
|
ipborder.cxx \
|
||
|
iputils.cxx \
|
||
|
memutils.cxx \
|
||
|
misc.cxx \
|
||
|
rotutils.cxx \
|
||
|
stdenum.cxx \
|
||
|
stgutils.cxx \
|
||
|
vwadvhld.cxx \
|
||
|
wutils.cxx \
|
||
|
clsdesc.cxx \
|
||
|
sctrl.cxx \
|
||
|
sdv.cxx \
|
||
|
sinpl.cxx
|
||
|
|
||
|
UMTYPE=windows
|
||
|
|