From 4030aab7cae5896b3209cef5adb2f51c7b7702b7 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 1 Jun 2018 08:00:10 +0000 Subject: Fixed bug #954. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12065 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- demos/various/RT-Win32-Simulator/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos') diff --git a/demos/various/RT-Win32-Simulator/Makefile b/demos/various/RT-Win32-Simulator/Makefile index 578275a2a..8f264c994 100644 --- a/demos/various/RT-Win32-Simulator/Makefile +++ b/demos/various/RT-Win32-Simulator/Makefile @@ -61,7 +61,7 @@ endif # # Define project name here -PROJECT = ch +PROJECT = ch.exe # Imported source files and paths CHIBIOS = ../../.. @@ -122,7 +122,7 @@ UINCDIR = ULIBDIR = # List all user libraries here -ULIBS = +ULIBS = -lws2_32 # # End of user defines -- cgit v1.2.3