]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makelib.g95
Added more makefiles; fixed some samples for Cygwin
[wxWidgets.git] / src / makelib.g95
diff --git a/src/makelib.g95 b/src/makelib.g95
new file mode 100644 (file)
index 0000000..de3e8c5
--- /dev/null
@@ -0,0 +1,23 @@
+#
+# File:                makelib.g95
+# Author:      Julian Smart
+# Created:     1999
+# Updated:     
+# Copyright:   (c) Julian Smart, 1999
+#
+# Include file for Cygwin/Mingw32 libraries
+
+WXDIR = $(WXWIN)
+
+# All common UNIX compiler flags and options are now in
+# this central makefile.
+include $(WXDIR)/src/makeg95.env
+
+all:    $(LIBTARGET) $(EXTRATARGETS)
+
+$(LIBTARGET): $(OBJECTS)
+       ar $(AROPTIONS) $@ $(OBJECTS)
+       $(RANLIB) $@
+
+clean:
+       rm -f $(OBJECTS) $(LIBTARGET) core *.rsc *.res