40 lines
785 B
Plaintext
40 lines
785 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1999 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.
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
TARGETNAME=apcompat
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=PROGRAM
|
||
|
|
||
|
INCLUDES=$(BASE_INC_PATH)
|
||
|
|
||
|
C_DEFINES=-DWIN32 -DW3 -DWINNT -DUSE_MIRRORING
|
||
|
|
||
|
SOURCES=appcompat.c \
|
||
|
appcompat.rc \
|
||
|
apphacks.c
|
||
|
|
||
|
UMTYPE=windows
|
||
|
UMENTRY=winmain
|
||
|
TARGETLIBS= \
|
||
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
||
|
$(SDK_LIB_PATH)\shell32.lib \
|
||
|
$(SDK_LIB_PATH)\version.lib \
|
||
|
$(SDK_LIB_PATH)\ntdll.lib \
|
||
|
$(SDK_LIB_PATH)\htmlhelp.lib
|
||
|
|
||
|
USE_MSVCRT=1
|