summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/pixops
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-06-29 18:45:35 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2018-06-29 18:45:35 +0100
commitccbe52d5af2b9660a1c1dc73fd10bbfa891ce662 (patch)
treecce21cd8dd186890a223d3a6800cb51818bdc0d1 /gdk-pixbuf/pixops
parent6a0cb9e015e5bbd3cbbdb71fef9154d9ce59d6a8 (diff)
downloadgdk-pixbuf-ccbe52d5af2b9660a1c1dc73fd10bbfa891ce662.tar.gz
build: Drop old MSC files
We don't need them any more.
Diffstat (limited to 'gdk-pixbuf/pixops')
-rw-r--r--gdk-pixbuf/pixops/makefile.msc65
1 files changed, 0 insertions, 65 deletions
diff --git a/gdk-pixbuf/pixops/makefile.msc b/gdk-pixbuf/pixops/makefile.msc
deleted file mode 100644
index f7132f83e..000000000
--- a/gdk-pixbuf/pixops/makefile.msc
+++ /dev/null
@@ -1,65 +0,0 @@
-TOP = ../../..
-PACKAGE = pixops
-PRJ_TOP = ..\..
-
-!INCLUDE $(TOP)/glib/build/win32/make.msc
-
-PKG_CFLAGS = -I.. $(GLIB_CFLAGS)
-
-OBJECTS = \
- pixops.obj \
-
-#? timescale.obj
-
-## common stuff
-## compiler and linker switches
-!IFNDEF DEBUG
-# Full optimization:
-OPTIMIZE = -Ox -MD
-LINKDEBUG =
-!ELSE
-# Debugging:
-OPTIMIZE = -Zi -MDd
-LINKDEBUG = /debug
-!ENDIF
-
-# cl -? describes the options
-CC = cl -G5 -GF $(OPTIMIZE) -W3 -nologo
-
-# No general LDFLAGS needed
-LDFLAGS = /link $(LINKDEBUG)
-INSTALL = copy
-
-CFLAGS = -I. -I$(PRJ_TOP) -DHAVE_CONFIG_H
-
-## targets
-all : \
- $(PRJ_TOP)\config.h \
- $(PACKAGE).lib
-
-$(PACKAGE).lib : $(OBJECTS)
- lib /out:$(PACKAGE).lib $(OBJECTS)
-
-$(PACKAGE).dll : $(OBJECTS) $(PACKAGE).def
- $(CC) $(CFLAGS) -LD -Fe$(PACKAGE).dll $(OBJECTS) $(PKG_LINK) user32.lib advapi32.lib wsock32.lib $(LDFLAGS) /def:$(PACKAGE).def
-
-$(PRJ_TOP)\config.h: $(PRJ_TOP)\config.h.win32
- copy $(PRJ_TOP)\config.h.win32 $(PRJ_TOP)\config.h
-
-.c.obj :
- $(CC) $(CFLAGS) -GD -c $(PKG_CFLAGS) $<
-
-clean::
- del config.h
- del *.exe
- del *.obj
- del *.dll
- del *.lib
- del *.err
- del *.map
- del *.sym
- del *.exp
- del *.lk1
- del *.mk1
- del *.pdb
- del *.ilk