Mercurial > codedump
view win95kggui/Makefile @ 94:14c64e2a9842
what the shit?
committer: GitHub <noreply@github.com>
author | Paper <37962225+mrpapersonic@users.noreply.github.com> |
---|---|
date | Fri, 05 Aug 2022 23:45:59 -0400 |
parents | 6b3cf09d045c |
children | 5b56b6cc991f |
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 $(CC_FLAGS) $(LD_FLAGS) clean: rm -f include/bergsm.h *.o src/*.o *.exe