10 lines
177 B
Makefile
10 lines
177 B
Makefile
|
|
||
|
include ../../../../makefile.crc32
|
||
|
include ../../../../makefile.machine
|
||
|
|
||
|
TARGET_FLAGS=$(CC_EXE)
|
||
|
LOCAL_LINK=$(LINK_EXE)
|
||
|
LIBS=$(LOCAL_LIBS_DLL)
|
||
|
|
||
|
include ../../../../makefile.glb
|