diff options
Diffstat (limited to 'demos')
-rw-r--r-- | demos/various/RT-Win32-Simulator/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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
|