Skip to content

Commit

Permalink
Cleanup windows
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed Oct 25, 2024
1 parent 80952b2 commit 9de0675
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 205 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
<forceAutogen>false</forceAutogen>
<forceConfigure>false</forceConfigure>
<opensslDynamicDir>../openssl-dynamic</opensslDynamicDir>
<vsStaticTemplateFile>../vs2010.vcxproj.static.template</vsStaticTemplateFile>
<defaultJarFile>${project.build.directory}/${project.build.finalName}.jar</defaultJarFile>
<nativeJarFile>${project.build.directory}/${project.build.finalName}-${os.detected.classifier}.jar</nativeJarFile>
<nativeLibOnlyDir>${project.build.directory}/native-lib-only</nativeLibOnlyDir>
Expand Down Expand Up @@ -388,7 +387,6 @@
<filter token="SSL_INCLUDE_DIRS" value="${sslIncludeDirsWindowsPath}" />
<filter token="SSL_LIB_DIR" value="${sslLibDirsWindowsPath}" />
<filter token="SSL_LIBS" value="${msvcSslLibs}" />
<copy file="${vsStaticTemplateFile}" tofile="${generatedSourcesDir}/native-package/vs2010.vcxproj" filtering="true" overwrite="true" verbose="true" />
</target>
</configuration>
</execution>
Expand Down
203 changes: 0 additions & 203 deletions vs2010.vcxproj.static.template

This file was deleted.

0 comments on commit 9de0675

Please sign in to comment.