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.
24 lines
479 B
24 lines
479 B
MAJORCOMP=shell
|
|
MINORCOMP=wep
|
|
|
|
TARGETNAME=aboutwep
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
DLLBASE=0x1c000000
|
|
DLLENTRY=LibMain
|
|
TARGETLIBS=\nt\public\sdk\lib\*\user32.lib \
|
|
\nt\public\sdk\lib\*\gdi32.lib
|
|
|
|
INCLUDES=.
|
|
|
|
C_DEFINES=-DWIN32
|
|
|
|
SOURCES=about.c res.rc
|
|
|
|
USE_CRTDLL=1
|
|
|
|
UMTYPE=windows
|
|
UMTEST=
|
|
UMLIBS=\nt\public\sdk\lib\*\user32.lib \
|
|
\nt\public\sdk\lib\*\gdi32.lib \
|
|
obj\*\about.lib obj\*\res.res
|