source: trunk/env.inc.sample@ 478

Last change on this file since 478 was 413, checked in by ataylor, 7 years ago

Revamp of build system, and added ConfigApps to repository.

File size: 1.3 KB
RevLine 
[413]1# Include file for the build scripts. Edit as necessary for your system.
2
3# --------------------------------------------------------------------------
4# Path to the OpenWatcom compiler.
5
6SET WATCOM=D:\progs\watcom
7
8
9# --------------------------------------------------------------------------
10# Top level directory of working copy (i.e. location of this file).
11
12SET NV_DEV=P:\newview_dev
13
14
15# --------------------------------------------------------------------------
16# Enable debugging menus. Uncomment as needed.
17
18SET NEWVIEW_DEBUG=TRUE
19# SET NEWVIEW_DEBUG=%NEWVIEW_DEBUG%,LogStartup
20# SET NEWVIEW_DEBUG=%NEWVIEW_DEBUG%,LogShutdown
21# SET NEWVIEW_DEBUG=%NEWVIEW_DEBUG%,LogSettings
22# SET NEWVIEW_DEBUG=%NEWVIEW_DEBUG%,LogI18n
23# SET NEWVIEW_DEBUG=%NEWVIEW_DEBUG%,LogParse
24# SET NEWVIEW_DEBUG=%NEWVIEW_DEBUG%,LogDisplay
25# SET NEWVIEW_DEBUG=%NEWVIEW_DEBUG%,LogSearch
26# SET NEWVIEW_DEBUG=%NEWVIEW_DEBUG%,LogNHM
27# SET NEWVIEW_DEBUG=%NEWVIEW_DEBUG%,LogViewStub
28# SET NEWVIEW_DEBUG=%NEWVIEW_DEBUG%,LogObjConstDest
29# SET NEWVIEW_DEBUG=%NEWVIEW_DEBUG%,LogMem
30# SET NEWVIEW_DEBUG=%NEWVIEW_DEBUG%,LogDebug
31
32
33# --------------------------------------------------------------------------
34# Location of PMPRINTF (optional).
35
36SET PMPRINTF_PATH=D:\tools\pmprintf
37
Note: See TracBrowser for help on using the repository browser.