diff --git a/distribution/windows/install.nsi b/distribution/windows/install.nsi index 53622d7cae..d128e4e251 100644 --- a/distribution/windows/install.nsi +++ b/distribution/windows/install.nsi @@ -13,7 +13,6 @@ !if "${PLATFORM}" == "Win32" !define OPENRCT2_EXE "openrct2.exe" - !define OPENRCT2_DLL "openrct2.dll" !define APPBITS 32 !define APPARCH "win32" @@ -156,9 +155,6 @@ Section "!OpenRCT2" Section1 ; Copy executable File /oname=${OPENRCT2_EXE} ${BINARY_DIR}\${OPENRCT2_EXE} -!ifdef OPENRCT2_DLL - File /oname=${OPENRCT2_DLL} ${BINARY_DIR}\${OPENRCT2_DLL} -!endif ; Create the Registry Entries WriteRegStr HKEY_LOCAL_MACHINE "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OpenRCT2" "Comments" "Visit ${APPURLLINK}" @@ -226,9 +222,6 @@ Section "Uninstall" Delete "$INSTDIR\readme.txt" Delete "$INSTDIR\contributors.md" Delete "$INSTDIR\${OPENRCT2_EXE}" -!ifdef OPENRCT2_DLL - Delete "$INSTDIR\${OPENRCT2_DLL}" -!endif Delete "$INSTDIR\INSTALL.LOG" ; Data files diff --git a/openrct2.proj b/openrct2.proj index c598e9212a..4b4d2f0483 100644 --- a/openrct2.proj +++ b/openrct2.proj @@ -39,7 +39,6 @@ $(DistDir)windows\install.nsi - $(TargetDir)openrct2.dll $(TargetDir)openrct2.exe $(TargetDir)openrct2_x64.exe $(TargetDir)data\g2.dat @@ -73,18 +72,15 @@ - - - @@ -197,7 +193,7 @@ StandardOutputImportance="low" /> -