mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 07:32:24 +00:00
Original meaning of VAL restored. Many library files disabled until use of VAL in 64 bits fixed.
This commit is contained in:
parent
8f82f6e47b
commit
80f5e51789
29 changed files with 261 additions and 174 deletions
21
makefile
21
makefile
|
|
@ -178,6 +178,27 @@ browsercmd: configuration
|
|||
library: configuration
|
||||
@make -f src/tools/make/vishap.make -s library
|
||||
|
||||
# Individual library components
|
||||
v4: configuration
|
||||
@make -f src/tools/make/vishap.make -s v4
|
||||
|
||||
ooc2: configuration
|
||||
@make -f src/tools/make/vishap.make -s ooc2
|
||||
|
||||
ooc: configuration
|
||||
@make -f src/tools/make/vishap.make -s ooc
|
||||
|
||||
ulm: configuration
|
||||
@make -f src/tools/make/vishap.make -s ulm
|
||||
|
||||
pow32: configuration
|
||||
@make -f src/tools/make/vishap.make -s pow32
|
||||
|
||||
misc: configuration
|
||||
@make -f src/tools/make/vishap.make -s misc
|
||||
|
||||
s3: configuration
|
||||
@make -f src/tools/make/vishap.make -s s3
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue