Mercurial > codedump
view win95kggui/Makefile @ 129:8c39820da60a default tip
add decode-mixed-mode.c
this decodes macintosh mixed-mode procedure types. It currently
only supports stack-based procedures :)
author | Paper <paper@tflc.us> |
---|---|
date | Sun, 19 Oct 2025 22:48:24 -0400 |
parents | 8e4ee43d3b81 |
children |
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 dep/ft2play/audiodrivers/winmm/*.c dep/ft2play/*.c $(CFLAGS) $(LDFLAGS) clean: rm -f include/bergsm.h *.o src/*.o *.exe