mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-24 06:34:02 +00:00
11 lines
211 B
Plaintext
11 lines
211 B
Plaintext
|
|
||
|
TARGET = gsport.exe
|
||
|
OBJECTS = $(OBJECTS1) win32snd_driver.o windriver.o gsport32.o
|
||
|
CCOPTS = -O2 -DGSPORT_LITTLE_ENDIAN
|
||
|
SUFFIX = ".exe"
|
||
|
NAME = gsport
|
||
|
|
||
|
XOPTS = -Wall -fomit-frame-pointer -march=pentium
|
||
|
XLIBS =
|
||
|
|