update for HEAD-2003091401
[reactos.git] / lib / cards / Makefile
diff --git a/lib/cards/Makefile b/lib/cards/Makefile
new file mode 100644 (file)
index 0000000..39e65e7
--- /dev/null
@@ -0,0 +1,28 @@
+PATH_TO_TOP = ../..
+
+TARGET_TYPE = dynlink
+
+TARGET_NAME = cards
+
+TARGET_BASE = 0x701a0000
+
+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 user32.a
+
+TARGET_OBJECTS = cards.o 
+
+DEP_OBJECTS = $(TARGET_OBJECTS)
+
+include $(PATH_TO_TOP)/rules.mak
+
+include $(TOOLS_PATH)/helper.mk
+
+include $(TOOLS_PATH)/depend.mk
+
+# EOF