Sweden-Number/programs/notepad/Makefile.in

20 lines
294 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = notepad.exe
APPMODE = gui
IMPORTS = comdlg32 shell32 user32 gdi32 kernel32
C_SRCS = \
License_En.c \
dialog.c \
license.c \
main.c
RC_SRCS = rsrc.rc
@MAKE_PROG_RULES@
### Dependencies: