27 lines
706 B
Makefile
27 lines
706 B
Makefile
# libsst-wm/sources-Darwin.mk
|
|
# Author: Patrick Baggett <ptbaggett@762studios.com>
|
|
# Created: 11/27/2012
|
|
#
|
|
# Purpose:
|
|
#
|
|
# List of source files for MacOS X systems
|
|
#
|
|
# License:
|
|
#
|
|
# This program is free software. It comes without any warranty, to
|
|
# the extent permitted by applicable law. You can redistribute it
|
|
# and/or modify it under the terms of the Do What The Fuck You Want
|
|
# To Public License, Version 2, as published by Sam Hocevar. See
|
|
# http://sam.zoy.org/wtfpl/COPYING for more details.
|
|
|
|
SRC := \
|
|
SST_WMEnum_MacOSX.m #\
|
|
#SST_WMEvent_Win32.c \
|
|
#SST_WMNonPortable_Win32.c \
|
|
#SST_WMOpenGL_Win32.c \
|
|
#SST_WMRender_Win32.c \
|
|
#SST_WMVideoMode_Win32.c \
|
|
#SST_WMWindow_Win32.c \
|
|
#Win32Private.c
|
|
|