Merge branch 'master' of github.com:teamfisk/TacticalZ
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
#define MyAppName "Axyz"
|
#define MyAppName "Axyz"
|
||||||
#define MyAppVersion "1.0"
|
#define MyAppVersion "1.0"
|
||||||
#define MyAppURL "https://github.com/teamfisk/TacticalZ"
|
#define MyAppURL "https://github.com/teamfisk/TacticalZ"
|
||||||
#define MyAppExeName "TacticalZ.exe"
|
#define MyAppExeName "Axyz.exe"
|
||||||
|
|
||||||
[Setup]
|
[Setup]
|
||||||
; NOTE: The value of AppId uniquely identifies this application.
|
; NOTE: The value of AppId uniquely identifies this application.
|
||||||
@@ -57,7 +57,7 @@ Source: "..\..\bin\glfw3.dll"; DestDir: "{app}"; Flags: ignoreversion
|
|||||||
Source: "..\..\bin\imgui.ini"; DestDir: "{app}"; Flags: ignoreversion
|
Source: "..\..\bin\imgui.ini"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
Source: "..\..\bin\Input.ini"; DestDir: "{app}"; Flags: ignoreversion
|
Source: "..\..\bin\Input.ini"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
Source: "..\..\bin\libpng16.dll"; DestDir: "{app}"; Flags: ignoreversion
|
Source: "..\..\bin\libpng16.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
Source: "..\..\bin\TacticalZ.exe"; DestDir: "{app}"; Flags: ignoreversion
|
Source: "..\..\bin\Axyz.exe"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
Source: "..\..\bin\xerces-c_3_1.dll"; DestDir: "{app}"; Flags: ignoreversion
|
Source: "..\..\bin\xerces-c_3_1.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
Source: "..\..\bin\zlib.dll"; DestDir: "{app}"; Flags: ignoreversion
|
Source: "..\..\bin\zlib.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
Source: "..\..\deps\redist\VC_redist.x64.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall
|
Source: "..\..\deps\redist\VC_redist.x64.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall
|
||||||
|
|||||||
@@ -53,11 +53,11 @@ target_link_libraries(Game
|
|||||||
${LIBRARIES}
|
${LIBRARIES}
|
||||||
)
|
)
|
||||||
|
|
||||||
add_executable(TacticalZ
|
add_executable(Axyz
|
||||||
main.cpp
|
main.cpp
|
||||||
${CMAKE_SOURCE_DIR}/resources/TacticalZ.rc
|
${CMAKE_SOURCE_DIR}/resources/TacticalZ.rc
|
||||||
)
|
)
|
||||||
target_link_libraries(TacticalZ
|
target_link_libraries(Axyz
|
||||||
Game
|
Game
|
||||||
${LIBRARIES}
|
${LIBRARIES}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user