windows-nt/Source/XPSP1/NT/net/snmp/compiler/mibccv2/sources
2020-09-26 16:20:57 +08:00

31 lines
530 B
Plaintext

TARGETNAME=mibcc
TARGETPATH=obj
TARGETTYPE=PROGRAM
!if !$(FREEBUILD)
C_DEFINES=$(C_DEFINES) -DYYDEBUG=1
!endif
UMENTRY=_MainCRTStartup
UMTYPE=console
USE_IOSTREAM=1
USE_MFC=1
TARGETLIBS=\
..\frontend\lib\$(O)\simclib.lib \
..\frontend\lib\$(O)\smierrsm.lib \
..\frontend\lib\$(O)\smierrsy.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\kernel32.lib \
INCLUDES=..\frontend\inc
SOURCES=\
configs.cpp \
debug.cpp \
mibcc.cpp \
mibcc.rc \
otscan.cpp \
oid.cpp \
oidtof.cpp