Link to our SDK libraries instead of using the W32API ones.

svn path=/trunk/; revision=10582
This commit is contained in:
Filip Navara
2004-08-18 02:16:00 +00:00
parent bf2c0b0d8b
commit 13fc2fb445
6 changed files with 14 additions and 18 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.1 2003/12/28 21:36:53 gvg Exp $
# $Id: Makefile,v 1.2 2004/08/18 02:16:00 navaraf Exp $
PATH_TO_TOP = ../../..
@@ -10,9 +10,9 @@ TARGET_APPTYPE = console
TARGET_NAME = create-links
TARGET_SDKLIBS = kernel32.a gdi32.a
TARGET_SDKLIBS = kernel32.a gdi32.a ole32.a shell32.a shlwapi.a
TARGET_GCCLIBS = ole32 uuid shell32 shlwapi
TARGET_GCCLIBS = uuid
TARGET_OBJECTS = $(TARGET_NAME).o
+2 -4
View File
@@ -1,4 +1,4 @@
# $Id: makefile,v 1.1 2003/12/10 19:18:06 weiden Exp $
# $Id: makefile,v 1.2 2004/08/18 02:16:00 navaraf Exp $
PATH_TO_TOP = ../../..
@@ -10,9 +10,7 @@ TARGET_APPTYPE = windows
TARGET_NAME = mdi
TARGET_SDKLIBS = kernel32.a gdi32.a ntdll.a comctl32.a
TARGET_GCCLIBS = comdlg32
TARGET_SDKLIBS = kernel32.a gdi32.a ntdll.a comctl32.a comdlg32.a
TARGET_OBJECTS = $(TARGET_NAME).o
+2 -2
View File
@@ -1,4 +1,4 @@
# $Id: makefile,v 1.1 2003/11/18 22:08:11 sedwards Exp $
# $Id: makefile,v 1.2 2004/08/18 02:16:00 navaraf Exp $
PATH_TO_TOP = ../../..
@@ -13,7 +13,7 @@ TARGET_CFLAGS += -D_DISABLE_TIDENTS -D__USE_W32API
TARGET_NAME = rpcrt4_test
TARGET_GCCLIBS = rpcrt4 msvcrt
TARGET_SDKLIBS = rpcrt4.a
TARGET_OBJECTS = \
rpc.o \
+2 -3
View File
@@ -16,9 +16,8 @@ TARGET_CPPFLAGS = -fexceptions -g -O0 -DWIN32 -D_DEBUG -D_WINDOWS -D_MBCS -W -D_
TARGET_SDKLIBS = \
kernel32.a \
user32.a \
gdi32.a
TARGET_GCCLIBS = comctl32
gdi32.a \
comctl32.a
TARGET_OBJECTS = \
txtscale.o \
+2 -3
View File
@@ -14,9 +14,8 @@ TARGET_NAME = regedit
TARGET_CFLAGS = -D_WIN32_IE=0x0501 -D_WIN32_WINNT=0x0501 -D__USE_W32API
TARGET_GCCLIBS = msvcrt advapi32 kernel32 comctl32 comdlg32 shell32 ole32
TARGET_SDKLIBS = kernel32.a advapi32.a user32.a gdi32.a wine_uuid.a ole32.a
TARGET_SDKLIBS = kernel32.a advapi32.a user32.a gdi32.a wine_uuid.a ole32.a \
shell32.a comctl32.a comdlg32.a
TARGET_OBJECTS = \
about.o \
+3 -3
View File
@@ -1,4 +1,4 @@
# $Id: makefile,v 1.3 2004/01/14 23:17:50 gvg Exp $
# $Id: makefile,v 1.4 2004/08/18 02:16:00 navaraf Exp $
PATH_TO_TOP = ../../..
@@ -10,9 +10,9 @@ TARGET_NAME = setup
TARGET_INSTALLDIR = system32
TARGET_SDKLIBS = kernel32.a
TARGET_SDKLIBS = kernel32.a ole32.a shell32.a shlwapi.a
TARGET_GCCLIBS = ole32 uuid shell32 shlwapi
TARGET_GCCLIBS = uuid
TARGET_CFLAGS = -Wall -Werror -D__USE_W32API -D_WIN32_IE=0x0400