import winsup-2000-02-17 snapshot
This commit is contained in:
14
winsup/mingw/samples/simpledll/jamfile
Normal file
14
winsup/mingw/samples/simpledll/jamfile
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
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. ;
|
||||
|
Reference in New Issue
Block a user