windows-nt/Source/XPSP1/NT/sdktools/debuggers/samples/simplext/sources

23 lines
296 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
!IF 0
Copyright (c) 2000 Microsoft Corporation
Module:
sources
!ENDIF
TARGETNAME=simple
TARGETPATH=obj
TARGETTYPE=DYNLINK
DLLENTRY=_DllMainCRTStartup
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib
USE_MSVCRT=1
UMTYPE=windows
SOURCES= simple.c \
exts.c \
simple.rc