summaryrefslogtreecommitdiff
path: root/old/spc700/Makefile.win
diff options
context:
space:
mode:
authoraliaspider2015-11-05 19:55:07 +0100
committeraliaspider2015-11-05 19:55:07 +0100
commit03e67548bb08bb325f156f9c18fbdb1a58f63c59 (patch)
tree102886f9a00ee16fa1b3c0234892ae6cbe658fa5 /old/spc700/Makefile.win
parent3e296ccf2e8a6f4792779b45365096c5934425b4 (diff)
downloadsnes9x2002-03e67548bb08bb325f156f9c18fbdb1a58f63c59.tar.gz
snes9x2002-03e67548bb08bb325f156f9c18fbdb1a58f63c59.tar.bz2
snes9x2002-03e67548bb08bb325f156f9c18fbdb1a58f63c59.zip
move more files
Diffstat (limited to 'old/spc700/Makefile.win')
-rw-r--r--old/spc700/Makefile.win15
1 files changed, 15 insertions, 0 deletions
diff --git a/old/spc700/Makefile.win b/old/spc700/Makefile.win
new file mode 100644
index 0000000..06095b0
--- /dev/null
+++ b/old/spc700/Makefile.win
@@ -0,0 +1,15 @@
+# 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