Mercurial > codedump
view win95kggui/Makefile @ 115:f10492e8720b
kemonopartydownloader.py: add youtube downloader stubs and dump json to disk
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Mon, 23 Jan 2023 23:58:22 -0500 |
parents | 5b56b6cc991f |
children | 8e4ee43d3b81 |
line wrap: on
line source
# please remind me to never create makefiles ever again CFLAGS=-Wall -O2 -static -I./include -DAUDIODRIVER_WINMM LDFLAGS=-mwindows -lwinmm win95kggui: windres src/icon.rc src/icon.o -I./include ./bin2h src/bergsm.xm mv hdata.h include/bergsm.h $(CC) -o win95kggui.exe src/win95kggui.c src/icon.o sub/ft2play/audiodrivers/winmm/*.c sub/ft2play/*.c $(CFLAGS) $(LDFLAGS) clean: rm -f include/bergsm.h *.o src/*.o *.exe