summaryrefslogtreecommitdiff
path: root/atk/makefile.msc
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2001-05-06 13:55:51 +0000
committerHans Breuer <hans@src.gnome.org>2001-05-06 13:55:51 +0000
commitc9fd6332ccc41e99a6b89f077954d28c0a28808e (patch)
tree71d1c2ffa02bff1d7bb2600c55b79ce09905fda1 /atk/makefile.msc
parenteed465d02ece8b40652ee838036d430680fcd995 (diff)
downloadatk-c9fd6332ccc41e99a6b89f077954d28c0a28808e.tar.gz
Enable build for win32, no sourc changes necessary.
2001-01-06 Hans Breuer <hans@breuer.org> * atk/makefile.msc atk/atk.def (new files) : Enable build for win32, no sourc changes necessary.
Diffstat (limited to 'atk/makefile.msc')
-rw-r--r--atk/makefile.msc87
1 files changed, 87 insertions, 0 deletions
diff --git a/atk/makefile.msc b/atk/makefile.msc
new file mode 100644
index 0000000..a6bc5aa
--- /dev/null
+++ b/atk/makefile.msc
@@ -0,0 +1,87 @@
+# autogenerated from automake.am with automake.py
+# and slightly modified ...
+
+TOP = ..\..
+PRJ_TOP = ..
+PACKAGE = atk
+PKG_VER = 0.1
+!INCLUDE $(TOP)\build\win32\make.msc
+
+top_srcdir = $(PRJ_TOP)
+top_builddir = $(PRJ_TOP)
+includedir = $(PRJ_TOP)
+LT_RELEASE = $(PKG_VER)
+INCLUDES = \
+ -I$(top_srcdir) $(GLIB_CFLAGS) $(PANGO_CFLAGS)
+
+PKG_LINK = $(GLIB_LIBS) $(PANGO_LIBS)
+
+lib_LTLIBRARIES = \
+ libatk.la
+
+libatkincludedi = \
+ $(includedir)/atk-1.0/atk
+
+libatkinclude_HEADERS = \
+ atk.h \
+ atkaction.h \
+ atkcomponent.h \
+ atkeditabletext.h \
+ atkhyperlink.h \
+ atkhypertext.h \
+ atkobject.h \
+ atkobjectfactory.h \
+ atkimage.h \
+ atkregistry.h \
+ atkrelation.h \
+ atkrelationset.h \
+ atkselection.h \
+ atkstateset.h \
+ atktable.h \
+ atktext.h \
+ atkutil.h \
+ atkvalue.h
+
+OBJECTS = \
+ atkaction.obj \
+ atkcomponent.obj \
+ atkeditabletext.obj \
+ atkhyperlink.obj \
+ atkhypertext.obj \
+ atkimage.obj \
+ atknoopobject.obj \
+ atknoopobjectfactory.obj \
+ atkobject.obj \
+ atkobjectfactory.obj \
+ atkregistry.obj \
+ atkrelation.obj \
+ atkrelationset.obj \
+ atkselection.obj \
+ atkstateset.obj \
+ atktable.obj \
+ atktext.obj \
+ atkutil.obj \
+ atkvalue.obj \
+
+# $(PRJ_TOP)\config.h \
+all : \
+ $(PACKAGE)-$(PKG_VER).dll
+
+
+$(PRJ_TOP)\config.h: $(PRJ_TOP)\config.h.win32
+ copy $(PRJ_TOP)\config.h.win32 $(PRJ_TOP)\config.h
+
+RESOURCE = $(PACKAGE).res
+
+$(PACKAGE).lib : $(OBJECTS)
+ lib /out:$(PACKAGE).lib $(OBJECTS)
+
+$(PACKAGE)-$(PKG_VER).dll : $(OBJECTS) $(PACKAGE).def
+ $(CC) $(CFLAGS) -LD -Fe$(PACKAGE)-$(PKG_VER).dll $(OBJECTS) $(PKG_LINK) user32.lib advapi32.lib wsock32.lib $(LDFLAGS) /def:$(PACKAGE).def
+
+$(PACKAGE).exe : $(OBJECTS) $(PACKAGE).def $(PACKAGE).res
+ $(CC) $(CFLAGS) -Fe$(PACKAGE).exe $(PACKAGE).res $(OBJECTS) $(PKG_LINK) \
+ user32.lib advapi32.lib shell32.lib wsock32.lib winspool.lib $(LDFLAGS) /def:$(PACKAGE).def
+
+.c.obj :
+ $(CC) $(CFLAGS) -GD -c $(PKG_CFLAGS) $<