mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
Teo is an emulator of the Thomson TO8 microcomputer for PC, running on MSDOS, Windows, Linux, and FreeBSD. The compatibility is close to 100% for softwares which don't use non emulated peripherals and don't hold physical protections. WWW: https://sourceforge.net/projects/teoemulator/ PR: 235563 Submitted by: Thomas Bernard <nanard@free.fr>
11 lines
191 B
Text
11 lines
191 B
Text
--- makefile.all.orig 2019-02-06 11:40:40 UTC
|
|
+++ makefile.all
|
|
@@ -151,8 +151,6 @@ TEO_SRC_WIN_FILES = \
|
|
|
|
# ------ compiler flags ------
|
|
|
|
-CC = gcc
|
|
-
|
|
WFLAGS = -Wall
|
|
|
|
ifdef PGCC
|