Author: gedmurphy
Date: Wed Mar 29 19:04:50 2006
New Revision: 21406
URL:
http://svn.reactos.ru/svn/reactos?rev=21406&view=rev
Log:
remove Wine makefile
Removed:
trunk/reactos/base/applications/notepad/Makefile.in
Removed: trunk/reactos/base/applications/notepad/Makefile.in
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/base/applications/notepad/M…
==============================================================================
--- trunk/reactos/base/applications/notepad/Makefile.in (original)
+++ trunk/reactos/base/applications/notepad/Makefile.in (removed)
@@ -1,21 +1,0 @@
-TOPSRCDIR = @top_srcdir@
-TOPOBJDIR = ../..
-SRCDIR = @srcdir@
-VPATH = @srcdir@
-MODULE = notepad.exe
-APPMODE = -mwindows
-IMPORTS = comdlg32 shell32 user32 gdi32 msvcrt advapi32 kernel32
-EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
-EXTRADEFS = -DNO_LIBWINE_PORT
-
-C_SRCS = \
- License_En.c \
- dialog.c \
- license.c \
- main.c
-
-RC_SRCS = rsrc.rc
-
-@MAKE_PROG_RULES@
-
-### Dependencies: