Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/multilang_text.asm @ 604:f8239a6279b8
Italian language support
author | heinrichsweikamp |
---|---|
date | Wed, 04 Jul 2012 11:08:27 +0200 |
parents | a5235ae970af |
children | c50296c3059e |
comparison
equal
deleted
inserted
replaced
603:530a5c994ca2 | 604:f8239a6279b8 |
---|---|
47 endm | 47 endm |
48 | 48 |
49 ;---- Manage language ------------------------------------------------------- | 49 ;---- Manage language ------------------------------------------------------- |
50 ; Compile with ASM macro definition GERMAN=1 to use another | 50 ; Compile with ASM macro definition GERMAN=1 to use another |
51 ; file... | 51 ; file... |
52 #ifdef ITALIAN | |
53 #define LANGUAGE_FILE "italian_text.asm" | |
54 #endif | |
52 #ifdef SPANISH | 55 #ifdef SPANISH |
53 #define LANGUAGE_FILE "spanish_text.asm" | 56 #define LANGUAGE_FILE "spanish_text.asm" |
54 #endif | 57 #endif |
55 #ifdef GERMAN | 58 #ifdef GERMAN |
56 #define LANGUAGE_FILE "german_text.asm" | 59 #define LANGUAGE_FILE "german_text.asm" |