From 6b37f147c28299aab6f0e385ca82b749f75ca689 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Tue, 8 Nov 2005 11:55:27 +0000 Subject: MSVC projects for pjlib-util git-svn-id: http://svn.pjsip.org/repos/pjproject/main@33 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib-util/build/Makefile | 54 +---------------------------------------------- 1 file changed, 1 insertion(+), 53 deletions(-) (limited to 'pjlib-util/build/Makefile') diff --git a/pjlib-util/build/Makefile b/pjlib-util/build/Makefile index a309b5ca..c9bdc24b 100644 --- a/pjlib-util/build/Makefile +++ b/pjlib-util/build/Makefile @@ -1,56 +1,4 @@ -# -# Include host/target/compiler selection. -# This will export CC_NAME, MACHINE_NAME, OS_NAME, and HOST_NAME variables. -# -include ../../build.mak - -# -# Include global compiler specific definitions -# -include ../../build/cc-$(CC_NAME).mak - -# -# (Optionally) Include compiler specific configuration that is -# specific to this project. This configuration file is -# located in this directory. -# --include cc-$(CC_NAME).mak - -# -# Include global machine specific definitions -# -include ../../build/m-$(MACHINE_NAME).mak --include m-$(MACHINE_NAME).mak - -# -# Include target OS specific definitions -# -include ../../build/os-$(OS_NAME).mak - -# -# (Optionally) Include target OS specific configuration that is -# specific to this project. This configuration file is -# located in this directory. -# --include os-$(OS_NAME).mak - -# -# Include host specific definitions -# -include ../../build/host-$(HOST_NAME).mak - -# -# (Optionally) Include host specific configuration that is -# specific to this project. This configuration file is -# located in this directory. -# --include host-$(HOST_NAME).mak - -# -# Include global user configuration, if any -# --include ../../user.mak - +include ../../build/common.mak RULES_MAK := ../../build/rules.mak -- cgit v1.2.3