summaryrefslogtreecommitdiff
path: root/Makefile.windows
diff options
context:
space:
mode:
authorCVS2SVN2006-12-14 12:32:40 +0000
committerCVS2SVN2006-12-14 12:32:40 +0000
commitcd8a10feb62857f206459a98b262d64e72e4e106 (patch)
treea9bee751868f88aeabdeafe97bd55a6ce3a90d0f /Makefile.windows
parentstore 64 bits in data section (instead of 32) for cvtsi2sdq instruction (diff)
This commit was manufactured by cvs2svn to create tag 'clean-2-2'.clean-2-2
Diffstat (limited to 'Makefile.windows')
-rw-r--r--Makefile.windows14
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile.windows b/Makefile.windows
deleted file mode 100644
index 891b577..0000000
--- a/Makefile.windows
+++ /dev/null
@@ -1,14 +0,0 @@
-NO_CYGWIN = 1
-CC = gcc
-CFLAGS = -mno-cygwin -DI486 -DGNU_C -D_WINDOWS_ -O -fomit-frame-pointer
-
-OBJECTS = cg.o cgcalc.o cgcode.o cginput.o cginstructions.o \
- cglin.o cgopt.o cgias.o cgiwas.o cgstack.o
-
-cg.exe: $(OBJECTS)
- gcc -mno-cygwin -s $(OBJECTS) -o $@
-
-clean:
- rm $(OBJECTS)
-
-# DO NOT DELETE