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.
28 lines
447 B
28 lines
447 B
!IF 0
|
|
|
|
Copyright (c) 1990 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=avrflib
|
|
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
PASS1_PUBLISH=\
|
|
{$(DYNLINK_LIB)=$(WINDOWS_LIB_DEST)\$(DYNLINK_LIBDIR)}
|
|
|
|
SYNCHRONIZE_BLOCK=1
|
|
USE_LIBCMT=1
|
|
USE_NATIVE_EH=1
|
|
|
|
C_DEFINES=$(C_DEFINES) -DSHIM_LIB_BUILD_FLAG -D_CRTBLD -DUNICODE -D_UNICODE
|
|
|
|
INCLUDES=\
|
|
..\inc;
|
|
|
|
SOURCES= avrfutil.cpp
|
|
|