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.
32 lines
463 B
32 lines
463 B
TARGETNAME=netsh
|
|
TARGETTYPE=LIBRARY
|
|
|
|
IAS_NO_PCH=1
|
|
!include ..\..\sources.inc
|
|
|
|
ATL_VER=30
|
|
|
|
# WIN32_WINNT_VERSION=0x0500
|
|
|
|
# UNICODE=1
|
|
# _UNICODE=1
|
|
# USE_STL=1
|
|
# USE_MSVCRT=1
|
|
|
|
# PRECOMPILED_CXX=1
|
|
# PRECOMPILED_INCLUDE = stdafx.h
|
|
# PRECOMPILED_SOURCEFILE=stdafx.cpp
|
|
|
|
#!IF !$(WIN64)
|
|
#ALT_PROJECT_TARGET=wow6432
|
|
#!ENDIF
|
|
|
|
|
|
INCLUDES=\
|
|
..\inc;\
|
|
$(IASDIR)\services\inc;\
|
|
$(IASDIR)\inc;\
|
|
$(IASDIR)\inc\$(O)
|
|
|
|
SOURCES=\
|
|
netshhelper.cpp
|