mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
Removed Makefile.ros as it is autogenerated.
svn path=/trunk/; revision=8385
This commit is contained in:
parent
6811934f2a
commit
4f12cc2e75
4 changed files with 2 additions and 42 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
Makefile.ros
|
||||||
odbc32.dll.dbg.c
|
odbc32.dll.dbg.c
|
||||||
odbc32.spec.c
|
odbc32.spec.c
|
||||||
odbc32.spec.def
|
odbc32.spec.def
|
||||||
|
|
|
@ -1,21 +0,0 @@
|
||||||
# $Id: Makefile.ros,v 1.1 2004/02/25 20:09:39 sedwards Exp $
|
|
||||||
|
|
||||||
TARGET_NAME = odbc32
|
|
||||||
|
|
||||||
TARGET_OBJECTS = proxyodbc.o
|
|
||||||
|
|
||||||
TARGET_CFLAGS = -D__REACTOS__ -D__WINESRC__
|
|
||||||
|
|
||||||
TARGET_SDKLIBS = kernel32.a libwine.a ntdll.a
|
|
||||||
|
|
||||||
TARGET_BASE = 0x76660000
|
|
||||||
|
|
||||||
TARGET_RC_SRCS =
|
|
||||||
TARGET_RC_BINSRC =
|
|
||||||
TARGET_RC_BINARIES =
|
|
||||||
|
|
||||||
default: all
|
|
||||||
|
|
||||||
DEP_OBJECTS = $(TARGET_OBJECTS)
|
|
||||||
|
|
||||||
include $(TOOLS_PATH)/depend.mk
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
Makefile.ros
|
||||||
*.coff
|
*.coff
|
||||||
*.dll
|
*.dll
|
||||||
*.o
|
*.o
|
||||||
|
|
|
@ -1,21 +0,0 @@
|
||||||
# $Id: Makefile.ros,v 1.1 2004/02/25 20:00:41 sedwards Exp $
|
|
||||||
|
|
||||||
TARGET_NAME = winmm
|
|
||||||
|
|
||||||
TARGET_OBJECTS = driver.o joystick.o lolvldrv.o mci.o mmio.o playsound.o time.o winmm.o
|
|
||||||
|
|
||||||
TARGET_CFLAGS = -D_WINMM_ -D__REACTOS__
|
|
||||||
|
|
||||||
TARGET_SDKLIBS = user32.a advapi32.a kernel32.a ntdll.a libwine.a wine_uuid.a ntdll.a
|
|
||||||
|
|
||||||
TARGET_BASE = 0x76160000
|
|
||||||
|
|
||||||
TARGET_RC_SRCS = winmm_res.rc
|
|
||||||
TARGET_RC_BINSRC =
|
|
||||||
TARGET_RC_BINARIES =
|
|
||||||
|
|
||||||
default: all
|
|
||||||
|
|
||||||
DEP_OBJECTS = $(TARGET_OBJECTS)
|
|
||||||
|
|
||||||
include $(TOOLS_PATH)/depend.mk
|
|
Loading…
Reference in a new issue