Mercurial > codedump
view win95kggui/Makefile @ 75:dbf5ce219fe3
Switch from BASS to ft2play
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sat, 25 Jun 2022 22:09:45 -0400 |
parents | 1508aee998df |
children | 6b3cf09d045c |
line wrap: on
line source
# please remind me to never create makefiles ever again CC_FLAGS=-Wall -O2 -static -I./include -DAUDIODRIVER_WINMM LD_FLAGS=-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 src/*.o *.exe