From d9041d6e12ded456c17622f7f2e7bbacb9e99b1a Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 26 Mar 2019 09:09:02 +0800 Subject: *misc --- build/3rd-party/physfs/physfs.vcxproj | 11 ++++++++--- build/libs/asura-lib-utils/asura-lib-utils.vcxproj | 22 +++++++++++++++++++--- build/tests/05-physfs/05-physfs.vcxproj | 15 ++++++++++++++- build/tests/05-physfs/05-physfs.vcxproj.filters | 13 +------------ build/tests/05-physfs/physfs.txt | 1 + 5 files changed, 43 insertions(+), 19 deletions(-) create mode 100644 build/tests/05-physfs/physfs.txt (limited to 'build') diff --git a/build/3rd-party/physfs/physfs.vcxproj b/build/3rd-party/physfs/physfs.vcxproj index 0d23b68..d5551b8 100644 --- a/build/3rd-party/physfs/physfs.vcxproj +++ b/build/3rd-party/physfs/physfs.vcxproj @@ -39,13 +39,13 @@ MultiByte - Application + StaticLibrary true v141 MultiByte - Application + StaticLibrary false v141 true @@ -69,7 +69,12 @@ - + + $(SolutionDir)..\Bin\win64 + + + $(SolutionDir)..\Bin\win64 + Level3 diff --git a/build/libs/asura-lib-utils/asura-lib-utils.vcxproj b/build/libs/asura-lib-utils/asura-lib-utils.vcxproj index 0138b00..770df4a 100644 --- a/build/libs/asura-lib-utils/asura-lib-utils.vcxproj +++ b/build/libs/asura-lib-utils/asura-lib-utils.vcxproj @@ -39,13 +39,13 @@ MultiByte - Application + StaticLibrary true v141 MultiByte - Application + StaticLibrary false v141 true @@ -69,7 +69,12 @@ - + + $(SolutionDir)..\Bin\win64 + + + $(SolutionDir)..\Bin\win64 + Level3 @@ -171,6 +176,17 @@ + + + {8b8fca14-fc8a-45b4-bf3c-9340cb586076} + + + {1350cee9-b2c2-426a-af4e-f651d51dd592} + + + {aee37589-de0d-4139-8bdb-8179fdefb835} + + diff --git a/build/tests/05-physfs/05-physfs.vcxproj b/build/tests/05-physfs/05-physfs.vcxproj index caa2ca6..095f8fc 100644 --- a/build/tests/05-physfs/05-physfs.vcxproj +++ b/build/tests/05-physfs/05-physfs.vcxproj @@ -69,13 +69,19 @@ - + + $(SolutionDir)..\Bin\win64 + + + $(SolutionDir)..\Bin\win64 + Level3 Disabled true true + $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\libs;%(AdditionalIncludeDirectories) @@ -108,6 +114,7 @@ true true true + $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\libs;%(AdditionalIncludeDirectories) true @@ -115,6 +122,12 @@ + + + + + {7d41093f-e356-4c5b-a25f-41779bf86e54} + diff --git a/build/tests/05-physfs/05-physfs.vcxproj.filters b/build/tests/05-physfs/05-physfs.vcxproj.filters index 3c6f4fd..d41daf7 100644 --- a/build/tests/05-physfs/05-physfs.vcxproj.filters +++ b/build/tests/05-physfs/05-physfs.vcxproj.filters @@ -1,17 +1,6 @@  - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hh;hpp;hxx;hm;inl;inc;ipp;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - + \ No newline at end of file diff --git a/build/tests/05-physfs/physfs.txt b/build/tests/05-physfs/physfs.txt new file mode 100644 index 0000000..00530bc --- /dev/null +++ b/build/tests/05-physfs/physfs.txt @@ -0,0 +1 @@ +hello, world \ No newline at end of file -- cgit v1.1-26-g67d0