mirror of https://github.com/tongzx/nt5src
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
263 B
24 lines
263 B
MAJORCOMP=
|
|
MINORCOMP=
|
|
|
|
TARGETNAME=btnfix
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
#only build Win9x version
|
|
CHICAGO_PRODUCT=1
|
|
|
|
WIN32_IE_VERSION=0x0300
|
|
|
|
# Make it small
|
|
MSC_OPTIMIZATION=/O1
|
|
|
|
NO_NTDLL=1
|
|
|
|
SOURCES= btnfix.c
|
|
|
|
UMENTRY=winmain
|
|
UMTYPE=windows
|
|
UMAPPL=
|
|
UMLIBS=
|
|
|