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.
31 lines
540 B
31 lines
540 B
!IF 0
|
|
**************************************************************
|
|
Sources file for building an NT dll.
|
|
|
|
Module Name : Sources for statw32.dll
|
|
|
|
Author: vaidy
|
|
|
|
Revision: 10/23/90
|
|
|
|
**************************************************************
|
|
!ENDIF
|
|
|
|
DLLBASE=0x76000000
|
|
|
|
USE_MSVCRT=1
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
TARGETNAME=statw32
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib
|
|
UMTYPE=console
|
|
|
|
INCLUDES=..\inc
|
|
|
|
SOURCES= stat.c
|
|
|
|
i386_SOURCES=i386\87ftol.asm
|
|
|
|
C_DEFINES=-DWIN32
|