!IF 0 Copyright (c) 1989 Microsoft Corporation Module Name: sources. Abstract: This file specifies the target component being built and the list of sources files needed to build that component. Also specifies optional compiler switches and libraries that are unique for the component being built. Author: Steve Wood (stevewo) 12-Apr-1990 NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl !ENDIF TARGETNAME=WXAPICLI # # The TARGETPATH and TARGETTYPE variables are defined by the developer. # The first specifies where the target is to be build. The second specifies # the type of target (either PROGRAM, DYNLINK, LIBRARY, UMAPPL_NOLIB or # BOOTPGM). UMAPPL_NOLIB is used when you're only building user-mode # apps and don't need to build a library. # TARGETPATH=$(DS_GLOBAL_LIB_DEST) TARGETTYPE=LIBRARY # # The INCLUDES variable specifies any include paths that are specific to # this source directory. Separate multiple directory paths with single # semicolons. Relative path specifications are okay. # INCLUDES=..\inc;$(DS_INC_PATH)\crypto; SOURCES=wxcli.c UMTEST=testcli UMTYPE=console UMLIBS=$(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\gdi32.lib \ $(SDK_LIB_PATH)\samlib.lib \ $(DS_LIB_PATH)\rsa32.lib \ $(SDK_LIB_PATH)\ntdll.lib \ ..\$(O)\wxapicli.lib