mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-04 13:44:22 +01:00
parent
818cdb7e79
commit
21efd44cf2
5 changed files with 500 additions and 2 deletions
4
symstore/Makefile
Normal file
4
symstore/Makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
all: symstore
|
||||
|
||||
symstore: symstore.c
|
||||
$(CC) -o $@ symstore.c $(SYMSTORE_CFLAGS) -D__WINESRC__ -DWINE_UNIX_LIB -Wall -g -Wall -Wno-packed-not-aligned
|
||||
Loading…
Add table
Add a link
Reference in a new issue