Browse Source

Fixed Watcom build

Sam Lantinga 1 year ago
parent
commit
bb30a35364
1 changed files with 9 additions and 8 deletions
  1. 9 8
      test/watcom.mif

+ 9 - 8
test/watcom.mif

@@ -53,14 +53,15 @@ TASRCS = testautomation.c &
 	testautomation_audio.c testautomation_clipboard.c &
 	testautomation_events.c testautomation_guid.c &
 	testautomation_hints.c testautomation_joystick.c &
-	testautomation_keyboard.c testautomation_main.c &
-	testautomation_math.c testautomation_mouse.c &
-	testautomation_pixels.c testautomation_platform.c &
-	testautomation_rect.c testautomation_render.c &
-	testautomation_rwops.c testautomation_sdltest.c &
-	testautomation_stdlib.c testautomation_subsystems.c &
-	testautomation_surface.c testautomation_syswm.c &
-	testautomation_timer.c testautomation_video.c
+	testautomation_keyboard.c testautomation_log.c &
+	testautomation_main.c testautomation_math.c &
+	testautomation_mouse.c testautomation_pixels.c &
+	testautomation_platform.c testautomation_rect.c &
+	testautomation_render.c testautomation_rwops.c &
+	testautomation_sdltest.c testautomation_stdlib.c &
+	testautomation_subsystems.c testautomation_surface.c &
+	testautomation_syswm.c testautomation_timer.c &
+	testautomation_video.c
 
 OBJS = $(TARGETS:.exe=.obj)
 COBJS = $(CSRCS:.c=.obj)