Mercurial > codedump
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 93:e5ea19b94639 | 94:14c64e2a9842 |
|---|---|
| 1 # please remind me to never create makefiles ever again | 1 # please remind me to never create makefiles ever again |
| 2 | 2 |
| 3 CC_FLAGS=-Wall -O2 -static -I./include -DAUDIODRIVER_WINMM | 3 CFLAGS=-Wall -O2 -static -I./include -DAUDIODRIVER_WINMM |
| 4 LD_FLAGS=-mwindows -lwinmm | 4 LDFLAGS=-mwindows -lwinmm |
| 5 | 5 |
| 6 win95kggui: | 6 win95kggui: |
| 7 windres src/icon.rc src/icon.o -I./include | 7 windres src/icon.rc src/icon.o -I./include |
| 8 ./bin2h src/bergsm.xm | 8 ./bin2h src/bergsm.xm |
| 9 mv hdata.h include/bergsm.h | 9 mv hdata.h include/bergsm.h |
