Mercurial > msvpvf
diff Makefile @ 81:c06dcab17923 v2.1
*: change license to BSD, update README for Unicode
src/gui: use tchar.h for unicode instead of our own macros
| author | Paper <paper@paper.us.eu.org> | 
|---|---|
| date | Fri, 22 Mar 2024 22:04:16 -0400 | 
| parents | 8f90d5addda9 | 
| children | 1acd477da42f | 
line wrap: on
 line diff
--- a/Makefile Wed Mar 20 17:09:43 2024 -0400 +++ b/Makefile Fri Mar 22 22:04:16 2024 -0400 @@ -6,7 +6,7 @@ # this is a unix-like version, barely functional on windows. msvpvf: src/main.o src/common.o - $(CC) $(_CFLAGS) -o $@ $^ $(_LDFLAGS) + $(CC) $(_CFLAGS) -o $@ $^ $(_LDFLAGS) # windows-specific gui: src/gui.o src/common.o
