diff options
Diffstat (limited to 'tests/makefile.msc')
-rw-r--r-- | tests/makefile.msc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/makefile.msc b/tests/makefile.msc index c5a0191fc7..f0891c2c1b 100644 --- a/tests/makefile.msc +++ b/tests/makefile.msc @@ -29,6 +29,7 @@ TOUCH = copy makefile.msc+nul all : \ ..\config.h \ prop-editor.obj \ + testsocket_common.obj \ all-test-apps ..\config.h : ..\config.h.win32 @@ -81,6 +82,14 @@ EXTRA_OBJETCS = prop-editor.obj EXTRA_OBJETCS = prop-editor.obj !ENDIF +!IFDEF EXTRA_testsocket +EXTRA_OBJETCS = testsocket_common.obj +!ENDIF + +!IFDEF EXTRA_testsocket_child +EXTRA_OBJETCS = testsocket_common.obj +!ENDIF + !IFDEF EXTRA_testtreeview EXTRA_OBJETCS = prop-editor.obj !ENDIF |