comparison test/Nmakefile @ 547:917d5d213815

- integrate test/callback_plain_c++ into main build
author Tassilo Philipp
date Tue, 31 May 2022 19:59:10 +0200
parents 93628a1eaed4
children
comparison
equal deleted inserted replaced
546:ba70fb631bea 547:917d5d213815
28 TOP = .. 28 TOP = ..
29 29
30 !INCLUDE $(TOP)\buildsys\nmake\prolog.nmake 30 !INCLUDE $(TOP)\buildsys\nmake\prolog.nmake
31 31
32 32
33 DIRS = call_suite call_suite_aggrs suite suite2 suite3 suite_floats callf ellipsis plain plain_c++ nm dynload_plain resolve_self thunk malloc_wx callback_plain callback_suite callback_suite_aggrs 33 DIRS = call_suite call_suite_aggrs suite suite2 suite3 suite_floats callf ellipsis plain plain_c++ nm dynload_plain resolve_self thunk malloc_wx callback_plain callback_plain_c++ callback_suite callback_suite_aggrs
34 !IF "$(BUILD_ARCH)" == "x86" 34 !IF "$(BUILD_ARCH)" == "x86"
35 DIRS = $(DIRS) suite_x86win32fast suite_x86win32std suite2_x86win32fast suite2_x86win32std 35 DIRS = $(DIRS) suite_x86win32fast suite_x86win32std suite2_x86win32fast suite2_x86win32std
36 !ENDIF 36 !ENDIF
37 37
38 38