OSDN Git Service

Modify "@copy 2012" to read "Copyright 2012, 2013".
[mingw/mingw-org-wsl.git] / tests / colinpeters / dlltest / jamfile
index 5278d03..e6299e7 100644 (file)
@@ -1,46 +1,46 @@
-\r
-# This option is required to successfully return doubles via STDCALL as in\r
-# Sub function in dll.c.\r
-CCFLAGS = -mno-fp-ret-in-387 ;\r
-\r
-Main exe.exe : exe.c ;\r
-\r
-LinkLibraries exe.exe : libdll.a ;\r
-\r
-DEPENDS exe.exe : dll.dll ;\r
-\r
-LINKFLAGS on exe.exe = $(LINKFLAGS) -L. ;\r
-\r
-\r
-Main loaddll.exe : loaddll.c ;\r
-\r
-DEPENDS loaddll.exe : dll.dll ;\r
-\r
-\r
-Dll dll.dll : dll.c ;\r
-\r
-ImportLib libdll.a : dll.def ;\r
-\r
-\r
-Main expexe.exe : expexe.c ;\r
-\r
-# Force the executable to include the expexe.def file.\r
-Exports expexe.exe : expexe.def ;\r
-\r
-Main loadexe.exe : loadexe.c ;\r
-\r
-DEPENDS loadexe.exe : expexe.exe ;\r
-\r
-\r
-Main silly.exe : silly.cpp ;\r
-\r
-LinkLibraries silly.exe : libsilly.a ;\r
-\r
-DEPENDS silly.exe : silly.dll ;\r
-\r
-LINKFLAGS on silly.exe += -L. ;\r
-\r
-Dll silly.dll : sillydll.cpp ;\r
-\r
-ImportLib libsilly.a : silly.def ;\r
-\r
+
+# This option is required to successfully return doubles via STDCALL as in
+# Sub function in dll.c.
+CCFLAGS = -mno-fp-ret-in-387 ;
+
+Main exe.exe : exe.c ;
+
+LinkLibraries exe.exe : libdll.a ;
+
+DEPENDS exe.exe : dll.dll ;
+
+LINKFLAGS on exe.exe = $(LINKFLAGS) -L. ;
+
+
+Main loaddll.exe : loaddll.c ;
+
+DEPENDS loaddll.exe : dll.dll ;
+
+
+Dll dll.dll : dll.c ;
+
+ImportLib libdll.a : dll.def ;
+
+
+Main expexe.exe : expexe.c ;
+
+# Force the executable to include the expexe.def file.
+Exports expexe.exe : expexe.def ;
+
+Main loadexe.exe : loadexe.c ;
+
+DEPENDS loadexe.exe : expexe.exe ;
+
+
+Main silly.exe : silly.cpp ;
+
+LinkLibraries silly.exe : libsilly.a ;
+
+DEPENDS silly.exe : silly.dll ;
+
+LINKFLAGS on silly.exe += -L. ;
+
+Dll silly.dll : sillydll.cpp ;
+
+ImportLib libsilly.a : silly.def ;
+