mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
remove Wine makefile
svn path=/trunk/; revision=21406
This commit is contained in:
parent
3da0dd2989
commit
4f915f4ae1
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,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:
|
Loading…
Reference in a new issue