source: GPL/trunk/howtobuild.txt@ 41

Last change on this file since 41 was 37, checked in by vladest, 20 years ago

Adding Configure tool
Adding readme

File size: 722 bytes
Line 
11. Run Configure.cmd
22. Enter path to watcom and ddk base
33. within created makefile.inc check for:
4ALSA_SRC
5ALSA_LIB_
6ALSA_BIN_
7defines and create corresponding directories
84. add following state if not added by configure
9################################################################################
10# Include the right watcom makefile
11################################################################################
12!ifdef 32BIT
13!include E:\DEV\USS\test\GPL\include\watcom32.mk
14!include E:\DEV\USS\test\GPL\include\watcom32.mak
15!else
16!include E:\DEV\USS\ua2\OCO\include\watcom16.mk
17!include E:\DEV\USS\ua2\OCO\include\watcom16.mak
18!endif
19
20DDK_BASE = e:\ddk\base
21WATCOM = e:\owatcom
Note: See TracBrowser for help on using the repository browser.