mirror of https://github.com/lianthony/NT4.0
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.
37 lines
601 B
37 lines
601 B
#MAJORCOMP=
|
|
#MINORCOMP=URL
|
|
|
|
TARGETNAME=IESHLIB
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
TARGETLIBS=
|
|
|
|
C_DEFINES=\
|
|
-FI..\ntonly.h
|
|
|
|
INCLUDES=..\..\inc;\
|
|
$(_NTBINDIR)\private\windows\shell\shelldll;\
|
|
$(_NTBINDIR)\private\windows\inc;\
|
|
$(_NTBINDIR)\private\windows\shell\inc; \
|
|
$(_NTBINDIR)\private\windows\inc16; \
|
|
$(_NTBINDIR)\private\inet\ohnt\url; \
|
|
$(_NTBINDIR)\private\inet\ohnt\ie\core
|
|
|
|
!ifdef DAYTONA_BUILD
|
|
!if $(MIPS)
|
|
DOWNLEVEL_COMPILE=1
|
|
!endif
|
|
!endif
|
|
|
|
SOURCES=ieshstub.c
|
|
|
|
UMTYPE=windows
|
|
|
|
!include ..\..\ie\core\cdefines.inc
|
|
|
|
!if !$(FREEBUILD)
|
|
C_DEFINES=$(C_DEFINES) \
|
|
-D_DEBUG \
|
|
!endif
|
|
|