4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-15 19:09:58 +08:00
2002-05-28 13:13:45 +00:00

15 lines
189 B
Plaintext

Dll dll.dll : dll.c ;
ImportLib libdll.a : dll.def ;
Main exe.exe : exe.c ;
LinkLibraries exe.exe : libdll.a ;
DEPENDS exe.exe : dll.dll ;
LINKFLAGS on exe.exe = $(LINKFLAGS) -L. ;