From cd93e49584bc8ce46035c178fe876012e9ab456e Mon Sep 17 00:00:00 2001 From: "Diogo Franco (Kovensky)" Date: Sat, 17 Nov 2012 23:13:55 +0000 Subject: [PATCH] Move toplevel windows-specific files to the Windows dir --- Globals.cpp => Windows/Globals.cpp | 0 Windows/PPSSPP.vcxproj | 8 ++++---- main.cpp => Windows/main.cpp | 0 stdafx.cpp => Windows/stdafx.cpp | 0 stdafx.h => Windows/stdafx.h | 0 android/jni/Android.mk | 1 - 6 files changed, 4 insertions(+), 5 deletions(-) rename Globals.cpp => Windows/Globals.cpp (100%) rename main.cpp => Windows/main.cpp (100%) rename stdafx.cpp => Windows/stdafx.cpp (100%) rename stdafx.h => Windows/stdafx.h (100%) diff --git a/Globals.cpp b/Windows/Globals.cpp similarity index 100% rename from Globals.cpp rename to Windows/Globals.cpp diff --git a/Windows/PPSSPP.vcxproj b/Windows/PPSSPP.vcxproj index 1b399343c9..392c522cde 100644 --- a/Windows/PPSSPP.vcxproj +++ b/Windows/PPSSPP.vcxproj @@ -279,9 +279,9 @@ - - - + + + Create Create Create @@ -359,4 +359,4 @@ - \ No newline at end of file + diff --git a/main.cpp b/Windows/main.cpp similarity index 100% rename from main.cpp rename to Windows/main.cpp diff --git a/stdafx.cpp b/Windows/stdafx.cpp similarity index 100% rename from stdafx.cpp rename to Windows/stdafx.cpp diff --git a/stdafx.h b/Windows/stdafx.h similarity index 100% rename from stdafx.h rename to Windows/stdafx.h diff --git a/android/jni/Android.mk b/android/jni/Android.mk index a63bc5f606..55dd60a07d 100644 --- a/android/jni/Android.mk +++ b/android/jni/Android.mk @@ -53,7 +53,6 @@ LOCAL_SRC_FILES := \ $(SRC)/ext/libkirk/bn.c \ $(SRC)/ext/libkirk/ec.c \ $(SRC)/ext/libkirk/kirk_engine.c \ - $(SRC)/Globals.cpp \ $(SRC)/Common/ArmABI.cpp \ $(SRC)/Common/ArmEmitter.cpp \ $(SRC)/Common/LogManager.cpp \