mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Remove msimg32
svn path=/branches/xmlbuildsystem/; revision=13588
This commit is contained in:
@@ -1,30 +0,0 @@
|
||||
PATH_TO_TOP = ../..
|
||||
|
||||
TARGET_TYPE = dynlink
|
||||
|
||||
TARGET_NAME = msimg32
|
||||
|
||||
TARGET_BASE = $(TARGET_BASE_LIB_MSIMG32)
|
||||
|
||||
TARGET_CFLAGS = -fno-builtin -D__USE_W32API
|
||||
|
||||
# require os code to explicitly request A/W version of structs/functions
|
||||
TARGET_CFLAGS += -DUNICODE -D_UNICODE -Wall -Werror
|
||||
|
||||
TARGET_LFLAGS = -nostdlib -nostartfiles
|
||||
|
||||
TARGET_SDKLIBS = gdi32.a kernel32.a
|
||||
|
||||
TARGET_NORC = yes
|
||||
|
||||
TARGET_OBJECTS = msimg32.o
|
||||
|
||||
DEP_OBJECTS = $(TARGET_OBJECTS)
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
include $(TOOLS_PATH)/helper.mk
|
||||
|
||||
# include $(TOOLS_PATH)/depend.mk
|
||||
|
||||
# EOF
|
||||
@@ -1,13 +0,0 @@
|
||||
#include <windows.h>
|
||||
|
||||
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
||||
{
|
||||
if (fdwReason == DLL_PROCESS_ATTACH)
|
||||
DisableThreadLibraryCalls(hinstDLL);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
VOID WINAPI vSetDdrawflag(void)
|
||||
{
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
LIBRARY msimg32.dll
|
||||
EXPORTS
|
||||
AlphaBlend@44=GDI32.GdiAlphaBlend @1
|
||||
DllInitialize=DllMain@12 @2
|
||||
GradientFill@24=GDI32.GdiGradientFill @3
|
||||
TransparentBlt@44=GDI32.GdiTransparentBlt @4
|
||||
vSetDdrawflag@0 @5
|
||||
@@ -1,11 +0,0 @@
|
||||
<module name="msimg32" type="win32dll">
|
||||
<importlibrary definition="msimg32.def" />
|
||||
<include base="msimg32">.</include>
|
||||
<include base="msimg32">include</include>
|
||||
<define name="UNICODE" />
|
||||
<define name="_UNICODE" />
|
||||
<define name="__USE_W32API" />
|
||||
<library>kernel32</library>
|
||||
<library>gdi32</library>
|
||||
<file>msimg32.c</file>
|
||||
</module>
|
||||
Reference in New Issue
Block a user