mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Fix compilation of NSTask helper test files on Windows MSVC
This commit is contained in:
parent
8e0dc2ace6
commit
e84fd88e6b
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue