From 8efb9a38ea64fad8c144a5138c9142354f1de767 Mon Sep 17 00:00:00 2001 From: Sasa Ivetic Date: Tue, 13 Dec 2011 01:57:52 +0800 Subject: [PATCH] Moved all Windows related files to win folder --- .gitignore | 15 ++++++++------- {vcprojects => win}/createHierarchy.vcproj | 14 +++++++------- {vcprojects => win}/extractor.vcproj | 14 +++++++------- getopt.c => win/getopt.c | 0 getopt.h => win/getopt.h | 0 {vcprojects => win}/osrm.sln | 0 {vcprojects => win}/osrm.vsprops | 16 ++++++++-------- {vcprojects => win}/routed.vcproj | 14 +++++++------- unistd.h => win/unistd.h | 0 9 files changed, 37 insertions(+), 36 deletions(-) rename {vcprojects => win}/createHierarchy.vcproj (97%) rename {vcprojects => win}/extractor.vcproj (97%) rename getopt.c => win/getopt.c (100%) rename getopt.h => win/getopt.h (100%) rename {vcprojects => win}/osrm.sln (100%) rename {vcprojects => win}/osrm.vsprops (54%) rename {vcprojects => win}/routed.vcproj (97%) rename unistd.h => win/unistd.h (100%) diff --git a/.gitignore b/.gitignore index 6ce0714bd..52e45c485 100644 --- a/.gitignore +++ b/.gitignore @@ -60,13 +60,14 @@ DataStructures/pbf-proto/*.pb.cc # External Libs # ################# lib/ +win/lib # Visual Studio Temp + build Files # #################################### -vcprojects/*.user -vcprojects/*.ncb -vcprojects/*.suo -vcprojects/Debug/ -vcprojects/Release/ -bin/ -bin-debug/ \ No newline at end of file +win/*.user +win/*.ncb +win/*.suo +win/Debug/ +win/Release/ +win/bin/ +win/bin-debug/ \ No newline at end of file diff --git a/vcprojects/createHierarchy.vcproj b/win/createHierarchy.vcproj similarity index 97% rename from vcprojects/createHierarchy.vcproj rename to win/createHierarchy.vcproj index a5846c7ce..428c56cc9 100644 --- a/vcprojects/createHierarchy.vcproj +++ b/win/createHierarchy.vcproj @@ -18,8 +18,8 @@ diff --git a/vcprojects/routed.vcproj b/win/routed.vcproj similarity index 97% rename from vcprojects/routed.vcproj rename to win/routed.vcproj index 9b47e3877..8f4c1836b 100644 --- a/vcprojects/routed.vcproj +++ b/win/routed.vcproj @@ -18,8 +18,8 @@