diff options
author | CVS2SVN | 2006-12-14 12:32:40 +0000 |
---|---|---|
committer | CVS2SVN | 2006-12-14 12:32:40 +0000 |
commit | cd8a10feb62857f206459a98b262d64e72e4e106 (patch) | |
tree | a9bee751868f88aeabdeafe97bd55a6ce3a90d0f /Makefile.windows | |
parent | store 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.windows | 14 |
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 |