Mercurial > codedump
changeset 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 | e5ea19b94639 |
children | 5b56b6cc991f |
files | win95kggui/Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/win95kggui/Makefile Thu Aug 04 05:26:54 2022 -0400 +++ b/win95kggui/Makefile Fri Aug 05 23:45:59 2022 -0400 @@ -1,7 +1,7 @@ # please remind me to never create makefiles ever again -CC_FLAGS=-Wall -O2 -static -I./include -DAUDIODRIVER_WINMM -LD_FLAGS=-mwindows -lwinmm +CFLAGS=-Wall -O2 -static -I./include -DAUDIODRIVER_WINMM +LDFLAGS=-mwindows -lwinmm win95kggui: windres src/icon.rc src/icon.o -I./include