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.
39 lines
617 B
39 lines
617 B
!IF 0
|
|
**************************************************************
|
|
Sources file for building an NT dll.
|
|
|
|
Module Name : Sources for waitidle.dll
|
|
|
|
Author: RezaB
|
|
|
|
Revision:
|
|
|
|
**************************************************************
|
|
!ENDIF
|
|
|
|
DLLBASE=0x77700000
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=ws1
|
|
|
|
USE_CRTDLL=1
|
|
|
|
TARGETNAME=ws1
|
|
TARGETPATH=..\lib
|
|
TARGETTYPE=DYNLINK
|
|
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\user32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\kernel32.lib
|
|
|
|
DLLENTRY=InitIdle
|
|
DLLDEF=ws1.def
|
|
|
|
INCLUDES=
|
|
|
|
SOURCES=ws1.c ws1.rc
|
|
|
|
i386_SOURCES=
|
|
UMTYPE=windows
|
|
UMLIBS=obj\*\ws1.res
|
|
|
|
C_DEFINES=-DWIN32 -DSTRICT
|
|
|