change from using layout/config/rules.mak to using config/rules.mak
This commit is contained in:
Родитель
7edaa53680
Коммит
5f74d78397
|
@ -20,4 +20,4 @@ DEPTH=..\..
|
|||
DIRS= public \
|
||||
src
|
||||
|
||||
include <$(DEPTH)\layout\config\rules.mak>
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
|
|
@ -55,7 +55,7 @@ MISCDEP = $(LLIBS)
|
|||
LCFLAGS = $(LCFLAGS) \
|
||||
$(DEFINES)
|
||||
|
||||
include <$(DEPTH)\layout\config\rules.mak>
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
@echo $(LIBRARY)
|
||||
|
|
|
@ -19,4 +19,4 @@ DEPTH=..
|
|||
|
||||
DIRS=uconv unicharutil locale strres lwbrk
|
||||
|
||||
include <$(DEPTH)\layout\config\rules.mak>
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
|
|
@ -19,4 +19,4 @@ DEPTH=..\..
|
|||
|
||||
DIRS=public src tests
|
||||
|
||||
include <$(DEPTH)\layout\config\rules.mak>
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
|
|
@ -23,4 +23,4 @@ DIRS=public src \
|
|||
ucvja2 \
|
||||
tests
|
||||
|
||||
include <$(DEPTH)\layout\config\rules.mak>
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
|
|
@ -29,5 +29,5 @@ EXPORTS = \
|
|||
|
||||
MODULE=uconv
|
||||
|
||||
include <$(DEPTH)\layout\config\rules.mak>
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
|
|
|
@ -73,7 +73,7 @@ LCFLAGS = \
|
|||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\layout\config\rules.mak>
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(DLL)
|
||||
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin
|
||||
|
|
|
@ -63,7 +63,7 @@ LCFLAGS = \
|
|||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\layout\config\rules.mak>
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(DLL)
|
||||
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin
|
||||
|
|
|
@ -64,7 +64,7 @@ LCFLAGS = \
|
|||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\layout\config\rules.mak>
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(DLL)
|
||||
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin
|
||||
|
|
|
@ -63,7 +63,7 @@ LCFLAGS = \
|
|||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\layout\config\rules.mak>
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(DLL)
|
||||
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin
|
||||
|
|
Загрузка…
Ссылка в новой задаче