implement IServiceprovider interface

svn path=/branches/lean-explorer/; revision=10334
This commit is contained in:
Martin Fuchs
2004-08-01 09:26:27 +00:00
parent 3419d837b4
commit 94b18145e8
@@ -8,7 +8,7 @@ CC = gcc
CXX = g++
LINK = g++
CFLAGS = -DWIN32 -D_WIN32_IE=0x0501 -D_WIN32_WINNT=0x0501 -fexceptions -Wall
CFLAGS = -DWIN32 -D_WIN32_IE=0x0501 -D_WIN32_WINNT=0x0501 -fexceptions -Wall -I.
RCFLAGS = -DWIN32 -D__WINDRES__
LFLAGS = -Wl,--subsystem,windows