You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
560 B
30 lines
560 B
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
|