diff options
author | Adam <you@example.com> | 2020-05-17 05:51:50 +0200 |
---|---|---|
committer | Adam <you@example.com> | 2020-05-17 05:51:50 +0200 |
commit | e611b132f9b8abe35b362e5870b74bce94a1e58e (patch) | |
tree | a5781d2ec0e085eeca33cf350cf878f2efea6fe5 /private/sdktools/perflog/pdlcnfig/sources | |
download | NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.gz NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.bz2 NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.lz NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.xz NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.zst NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.zip |
Diffstat (limited to 'private/sdktools/perflog/pdlcnfig/sources')
-rw-r--r-- | private/sdktools/perflog/pdlcnfig/sources | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/private/sdktools/perflog/pdlcnfig/sources b/private/sdktools/perflog/pdlcnfig/sources new file mode 100644 index 000000000..5332d1cb8 --- /dev/null +++ b/private/sdktools/perflog/pdlcnfig/sources @@ -0,0 +1,62 @@ +!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 + +!ifndef U_UNICODE +U_UNICODE=0 +!endif + +USER_C_FLAGS=-YX"stdafx.h" -MD + +!if $(U_UNICODE) +C_DEFINES=-DUNICODE=1 -D_UNICODE=1 +!else +C_DEFINES=-D_MBCS=1 +!endif + +GPSIZE=32 + +USE_MFC=1 + +INCLUDES=. + +TARGETNAME=pdlcnfig +TARGETPATH=obj +TARGETTYPE=LIBRARY + +NTTARGETFILE0=pdlcnfig.hlp pdlcnfig.cnt + +SOURCES=stdafx.cpp \ + outpage.cpp \ + pdlcnfig.cpp \ + setpage.cpp \ + pdlcnfig.rc + +UMTYPE=windows +UMLIBS=obj\*\pdlcnfig.res \ + obj\*\pdlcnfig.lib \ + $(BASEDIR)\public\sdk\lib\*\comdlg32.lib \ + $(BASEDIR)\public\sdk\lib\*\pdh.lib + +UMAPPL=pdlcnfig +
\ No newline at end of file |