]> 4ch.mooo.com Git - 16.git/blobdiff - 16/tweak16/MAKEFILE
refresh wwww
[16.git] / 16 / tweak16 / MAKEFILE
diff --git a/16/tweak16/MAKEFILE b/16/tweak16/MAKEFILE
new file mode 100755 (executable)
index 0000000..849178e
--- /dev/null
@@ -0,0 +1,50 @@
+# This is a Borland-specific Makefile.  It may or may not work with\r
+# other makes.  Please mail me your changes to make it more portable.\r
+\r
+.autodepend\r
+\r
+CC = bcc -ml -v -y -O -O2\r
+\r
+all: tweak utilities examples oldtweak\r
+tweak: tweak.exe\r
+oldtweak: tweak095.exe\r
+examples: example1.exe example2.exe\r
+utilities: tweak2c.exe 09to10.exe\r
+\r
+tweak.exe: tweak.obj register.obj namedreg.obj regtable.obj screen.obj \\r
+        testpat.obj vgalib.obj regedit.obj detect.obj\r
+        $(CC) tweak.obj register.obj namedreg.obj regtable.obj screen.obj \\r
+                testpat.obj vgalib.obj regedit.obj detect.obj\r
+\r
+09to10.exe: 09to10.obj register.obj\r
+        $(CC) 09to10.obj register.obj\r
+\r
+example1.exe: example1.obj twkuser.obj\r
+        $(CC) example1.obj twkuser.obj\r
+\r
+example2.exe: example2.obj twkuser.obj tweak2c.exe 320x240.c\r
+        $(CC) example2.obj twkuser.obj\r
+\r
+tweak2c.exe: tweak2c.obj twkuser.obj\r
+        $(CC) tweak2c.obj twkuser.obj\r
+\r
+320x240.c: tweak2c.exe 320x240.256\r
+        tweak2c 320x240.256 320x240.c Mode320x240\r
+\r
+.256.c:\r
+        tweak2c $< $*.c Mode$*\r
+\r
+.16.c:\r
+        tweak2c $< $*.c Mode$*\r
+\r
+.twk.c:\r
+        tweak2c $< $*.c Mode$*\r
+\r
+.c.obj:\r
+        $(CC) -c {$< }\r
+\r
+.cpp.obj:\r
+        $(CC) -c {$< }\r
+\r
+.obj.exe:\r
+        $(CC) $<\r