change from using layout/config/rules.mak to using config/rules.mak
git-svn-id: svn://10.0.0.236/trunk@21087 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user