17 lines
311 B
Makefile
17 lines
311 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = iexplore.exe
|
|
APPMODE = -mwindows
|
|
IMPORTS = shdocvw user32 gdi32 kernel32
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|