You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
401 B
15 lines
401 B
i386_SOURCES=i386\monitor.c \
|
|
i386\fastpm.asm \
|
|
i386\sas.c \
|
|
i386\spcstubs.c \
|
|
i386\thread.c \
|
|
i386\vdpm.c \
|
|
i386\int.c
|
|
|
|
INCLUDES=$(INCLUDES); \
|
|
$(WINDOWS_INC_PATH);
|
|
!IF 0
|
|
Note: to build with profiling support, add the following to the i386_sources
|
|
|
|
i386\proflib.c \
|
|
!ENDIF
|