Changeset 239
- Timestamp:
- Aug 14, 2007, 10:14:49 PM (18 years ago)
- Location:
- GPL/trunk
- Files:
-
- 44 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/Configure.cmd
r37 r239 18 18 19 19 /* strings */ 20 sIncFile=' Makefile.inc';20 sIncFile='..\Makefile.inc'; 21 21 22 22 /* Status */ … … 45 45 call lineout sIncFile, 'ALSA_BIN_ =' sAlsaBase'\bin'; 46 46 call lineout sIncFile, '!ifdef 32BIT' 47 call lineout sIncFile, 'ALSA_INCLUDE =' sAlsaBase'\ GPL\include';48 call lineout sIncFile, 'ALSA_TOOLS =' sAlsaBase'\ GPL\tools';47 call lineout sIncFile, 'ALSA_INCLUDE =' sAlsaBase'\include'; 48 call lineout sIncFile, 'ALSA_TOOLS =' sAlsaBase'\tools'; 49 49 call lineout sIncFile, '!else' 50 50 call lineout sIncFile, 'ALSA_INCLUDE =' sAlsaBase'\OCO\include'; … … 64 64 call lineout sIncFile, '################################################################################' 65 65 call lineout sIncFile, '!ifdef 32BIT' 66 call lineout sIncFile, '!include 'sAlsaBase'\ GPL\include\watcom32.mk'67 call lineout sIncFile, '!include 'sAlsaBase'\ GPL\include\watcom32.mak'66 call lineout sIncFile, '!include 'sAlsaBase'\include\watcom32.mk' 67 call lineout sIncFile, '!include 'sAlsaBase'\include\watcom32.mak' 68 68 call lineout sIncFile, '!else' 69 69 call lineout sIncFile, '!include 'sAlsaBase'\OCO\include\watcom16.mk'
Note:
See TracChangeset
for help on using the changeset viewer.