mirror of
https://github.com/jamessanford/kegs.git
synced 2024-11-03 11:06:54 +00:00
11 lines
199 B
Plaintext
11 lines
199 B
Plaintext
|
|
||
|
TARGET = kegswin.exe
|
||
|
OBJECTS = $(OBJECTS1) win32snd_driver.o windriver.o
|
||
|
CCOPTS = -O2 -DKEGS_LITTLE_ENDIAN
|
||
|
SUFFIX = ".exe"
|
||
|
NAME = kegswin
|
||
|
|
||
|
XOPTS = -Wall -fomit-frame-pointer -march=pentium
|
||
|
XLIBS =
|
||
|
|