gsport/src/vars_win32

12 lines
306 B
Plaintext
Raw Normal View History

2010-04-11 22:07:58 +00:00
TARGET = gsport.exe
TFEOBJ = tfe/tfe.o arch/win32/tfearch.o tfe/tfesupp.o
2010-05-08 04:41:06 +00:00
OBJECTS = $(OBJECTS1) $(TFEOBJ) scc_windriver.o win32snd_driver.o win_console.o win_generic.o
CCOPTS = -O2 -DGSPORT_LITTLE_ENDIAN -DHAVE_TFE
2010-04-11 22:07:58 +00:00
SUFFIX = ".exe"
NAME = gsport
2010-04-11 22:07:58 +00:00
XOPTS = -Wall -fomit-frame-pointer -march=pentium
XLIBS =