13 lines
151 B
Plaintext
13 lines
151 B
Plaintext
!if !exist(lib)
|
|
!if [mkdir lib]
|
|
!endif
|
|
!endif
|
|
|
|
UTILDIR=tools\x86\utils
|
|
|
|
root.inc:
|
|
$(UTILDIR)\perl $(UTILDIR)\setroot.pl >root.inc
|
|
|
|
all:
|
|
clean:
|