18 lines
387 B
Plaintext
18 lines
387 B
Plaintext
TARGETNAME = closeie
|
|
TARGETPATH = $(_OBJ_DIR)
|
|
TARGETTYPE = PROGRAM
|
|
|
|
NOT_UNICODE = 1
|
|
|
|
# (pritobla) should define NASHVILLE so that the version number between NT and IE remains the same
|
|
C_DEFINES = $(C_DEFINES) -DNASHVILLE
|
|
|
|
SOURCES = \
|
|
closeie.c \
|
|
closeie.rc
|
|
|
|
UMTYPE = windows
|
|
|
|
UMENTRY = ModuleEntry
|
|
UMENTRYABS = ModuleEntry
|