sbsv2/raptor/test/smoke_suite/test_resources/apply_usecases/linker_options/test_apply_linkeroptions.mmp
changeset 13 c327db0664bb
child 18 de5b887c98f7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sbsv2/raptor/test/smoke_suite/test_resources/apply_usecases/linker_options/test_apply_linkeroptions.mmp	Mon May 17 20:20:32 2010 +0100
@@ -0,0 +1,9 @@
+TARGET          test_apply_linkeroptions
+TARGETTYPE      EXE
+
+SOURCE          test_apply_linkeroptions.cpp
+
+#ifndef TOOLS2_LINUX
+// Link to mingw libs: libwsock32.a 
+APPLY		apply_tools2_linker_options
+#endif