]> 4ch.mooo.com Git - 16.git/commitdiff
new file: Makefile
authorsparky4 <sparky4@4ch.maidlab.jp>
Sun, 24 Mar 2013 19:15:28 +0000 (14:15 -0500)
committersparky4 <sparky4@4ch.maidlab.jp>
Sun, 24 Mar 2013 19:15:28 +0000 (14:15 -0500)
CORE16.SMP [new file with mode: 0644]
Makefile [new file with mode: 0644]
PC.FNT [new file with mode: 0644]

diff --git a/CORE16.SMP b/CORE16.SMP
new file mode 100644 (file)
index 0000000..572dbe2
Binary files /dev/null and b/CORE16.SMP differ
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..25d2805
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,34 @@
+OBJS=main.obj timer.obj eng_ai.obj eng_snd.obj eng_comm.obj &
+     eng_core.obj eng_gfx.obj dos_comm.obj dos_gfx.obj &
+     dos_opl2.obj lib_com.obj
+
+CC=*wcc
+CFLAGS=-i"C:\FDOS\WATCOM/H" -w4 -e25 -zkl -zq -otexan -ol -ol+ &
+       -oh -om -d2 -bt=dos -ml
+
+CXX=*wpp
+CXXFLAGS=-i="C:\FDOS\WATCOM/H" -w4 -e25 -zkl -zq -otexan -ol -ol+ &
+         -oh -om -d2 -bt=dos -ml -xs -xr
+
+LD=*wlink
+LDFLAGS=d all sys dos op m op maxe=25 op q op symf 
+
+all : core16.exe
+
+clean : .symbolic 
+       @del *.obj
+       @del core16.exe
+       @del *.err
+       @del *.smp
+
+core16.exe : $(OBJS)
+       $(LD) $(LDFLAGS) name core16 file {$(OBJS)} 
+
+.c : src/;src/lib
+.cpp : src/;src/lib
+
+.cpp.obj : .autodepend
+       $(CXX) $< -fo=$@ $(CXXFLAGS)
+.c.obj : .autodepend
+       $(CC) $< -fo=$@ $(CFLAGS)
+$(OBJS) :
\ No newline at end of file
diff --git a/PC.FNT b/PC.FNT
new file mode 100644 (file)
index 0000000..89f466f
--- /dev/null
+++ b/PC.FNT
@@ -0,0 +1 @@
+ECHO is OFF\r