Fix compilation of NSTask helper test files on Windows MSVC

This commit is contained in:
Hugo Melder 2022-08-05 12:53:34 +02:00
parent 8e0dc2ace6
commit e84fd88e6b
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
include $(GNUSTEP_MAKEFILES)/common.make
#TOOL_NAME = NSZombie processgroup testcat testecho testsleep
TOOL_NAME = NSZombie processgroup testcat testecho testsleep
NEEDS_GUI = NO
@ -9,7 +10,7 @@ NSZombie_OBJC_FILES = NSZombie.m
processgroup_OBJC_FILES = processgroup.m
testcat_OBJC_FILES = testcat.m
testcat_C_FILES = testcat.c
testecho_OBJC_FILES = testecho.m