This commit is contained in:
Михаил Капелько
2024-03-26 22:33:57 +03:00
parent 2891de43a0
commit 650bf410e8
9 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
c++ -o test_memory_C++ \ c++ -o test_memory_C++ \
-std=c++11 \ -std=c++11 \
-Ilanguage-C++/Memory/src \ -IC++ \
language-C++/Memory/src/Memory.Aux.cpp \ C++/Memory.Aux.cpp \
language-C++/Memory/src/Memory.Test.cpp \ C++/Memory.Test.cpp \
language-C++/src/main.cpp C++/main.cpp

View File

@@ -1,4 +1,4 @@
swiftc -o test_memory_Swift \ swiftc -o test_memory_Swift \
language-Swift/Memory/src/Memory.Aux.swift \ Swift/Memory.Aux.swift \
language-Swift/Memory/src/Memory.Test.swift \ Swift/Memory.Test.swift \
language-Swift/src/main.swift Swift/main.swift