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.
23 lines
471 B
23 lines
471 B
MAJORCOMP=windows
|
|
MINORCOMP=gdi
|
|
|
|
TARGETNAME=efloat
|
|
TARGETTYPE=LIBRARY
|
|
|
|
TARGETPATH=\nt\public\sdk\lib
|
|
C_DEFINES=-DNTGDIK=1 -DNTGDIKM=1 -DWINVER=0x0400
|
|
|
|
INCLUDES=..\inc; \
|
|
..\..\w32inc; \
|
|
$(BASEDIR)\private\windows\inc; \
|
|
..\gre; \
|
|
$(BASEDIR)\private\ntos\inc
|
|
|
|
!IFNDEF MSC_WARNING_LEVEL
|
|
MSC_WARNING_LEVEL=/W3
|
|
!ENDIF
|
|
MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
|
|
|
|
|
|
|
|
SOURCES=
|