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.
20 lines
312 B
20 lines
312 B
!IF 0
|
|
|
|
Module Name: Shared sources.inc file for RockAll projects.
|
|
|
|
Abstract:
|
|
|
|
Author:
|
|
JStall
|
|
|
|
!ENDIF
|
|
|
|
SOURCES_USED=..\sources.inc
|
|
|
|
MSC_WARNING_LEVEL=-W4
|
|
|
|
USE_MSVCRT=1
|
|
USE_IOSTREAM=1
|
|
MSC_OPTIMIZATION=/Oxt
|
|
|
|
C_DEFINES=$(C_DEFINES) -DWIN32 -D_MBCS -DNO_DEFAULT_HEAP -DROCKALL_DIRECTUSER
|