diff options
author | twinaphex | 2016-08-05 19:46:46 +0200 |
---|---|---|
committer | twinaphex | 2016-08-05 19:46:46 +0200 |
commit | 38e5e34d5dc65432a11a4bbb4604885e7be9eb99 (patch) | |
tree | f61d917e3f7a7097603adda081fa902031feead4 /old/spc700/Makefile.win | |
parent | 20fd45dfea4cd12e455492a5b36806c1c62b6465 (diff) | |
download | snes9x2002-38e5e34d5dc65432a11a4bbb4604885e7be9eb99.tar.gz snes9x2002-38e5e34d5dc65432a11a4bbb4604885e7be9eb99.tar.bz2 snes9x2002-38e5e34d5dc65432a11a4bbb4604885e7be9eb99.zip |
Remove this
Diffstat (limited to 'old/spc700/Makefile.win')
-rw-r--r-- | old/spc700/Makefile.win | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/old/spc700/Makefile.win b/old/spc700/Makefile.win deleted file mode 100644 index 06095b0..0000000 --- a/old/spc700/Makefile.win +++ /dev/null @@ -1,15 +0,0 @@ -# Makefile for MS Visual C
-
-ALL : spc700a.s
-
-spc700a.s : spcgen.exe
- spcgen.exe
-
-spcgen.exe :
- cl /W3 spcgen.c
-
-
-CLEAN :
- -@erase spc700a.s
- -@erase spcgen.exe
- -@erase spcgen.obj
|