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.
21 lines
423 B
21 lines
423 B
MAJORCOMP=SBS
|
|
MINORCOMP=common
|
|
|
|
TARGETNAME=Util
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
UMTYPE=windows
|
|
WIN32_WINNT_VERSION=0x0400
|
|
SUBSYSTEM_VERSION=4.00
|
|
|
|
USE_MSVCRT=1
|
|
USE_NATIVE_EH=1
|
|
USE_STL=1
|
|
|
|
C_DEFINES = -DSTRICT -DWIN32 -D_WINDOWS -D_WINDLL -D_USRDLL -DUNICODE -D_UNICODE
|
|
|
|
INCLUDES= $(INCLUDES); \
|
|
$(PROJECT_ROOT)\Pop3\inc;
|
|
|
|
SOURCES= util.cpp
|