Windows NT 4.0 source code leak
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

#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