diff --git a/.gitignore b/.gitignore index 1cb6f68..4858df8 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,6 @@ vibe3_physics.exe *.lib *.so *.dylib -*.dll # Archivos de compilación y enlazado *.d diff --git a/Makefile b/Makefile index 861948a..aca415d 100644 --- a/Makefile +++ b/Makefile @@ -159,7 +159,7 @@ windows_release: force_resource_pack # Copia los ficheros que estan en la raíz del proyecto @copy /Y "LICENSE" "$(RELEASE_FOLDER)\" >nul 2>&1 || echo LICENSE not found (optional) @copy /Y "README.md" "$(RELEASE_FOLDER)\" >nul - @copy /Y release\*.dll "$(RELEASE_FOLDER)\" >nul 2>&1 || echo DLLs copied successfully + @copy /Y release\dll\*.dll "$(RELEASE_FOLDER)\" >nul 2>&1 || echo DLLs copied successfully # Compila @windres release/vibe3.rc -O coff -o $(RESOURCE_FILE) diff --git a/release/SDL3.dll b/release/dll/SDL3.dll similarity index 100% rename from release/SDL3.dll rename to release/dll/SDL3.dll diff --git a/release/SDL3_ttf.dll b/release/dll/SDL3_ttf.dll similarity index 100% rename from release/SDL3_ttf.dll rename to release/dll/SDL3_ttf.dll diff --git a/release/dll/libwinpthread-1.dll b/release/dll/libwinpthread-1.dll new file mode 100644 index 0000000..500de9d Binary files /dev/null and b/release/dll/libwinpthread-1.dll differ