[Crossfire-wiki] [Crossfire DokuWiki] page changed: user:cavesomething:crosscompiling_for_windows

no-reply_wiki at metalforge.org no-reply_wiki at metalforge.org
Thu May 20 12:13:05 CDT 2010


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2010/05/20 12:13
User        : cavehippo
Edit Summary: 

@@ -194,12 +194,35 @@
  Finally....
  
  Install nsis, on a debian-like system the package is called nsis
  
- go to gtk-v2/win32 and run makensis gtkclient.nsi
+ go to gtk-v2/win32 and have a look at the file gtkclient.nsi
+ 
+ Near the top of the file, there is a line like this
+ <code>
+ !define PRODUCT_VERSION "1.50.0"
+ </code>
+ 
+ if you added any additional dll's beyond those listed in the linking section, then add a line like
+ 
+ <code>
+   File "..\src\extradllIneeded-x.y-z.dll"
+ <code>
+ 
+ to the install section (where all the other dlls are being added)
+ 
+ and a line like
+ <code>
+   Delete "$INSTDIR\extradllIneeded-x.y-z.dll"
+ </code>
+ 
+ to the uninstall section.
+ 
+ Change the version number to the version you are building.
+ 
+ run makensis gtkclient.nsi
  
  You should have an installer file crossfire-client-windows.exe
  
  This can now be installed on a windows system.
- 
  
  


IP-Address  : 81.141.58.188
Old Revision: http://wiki.metalforge.net/doku.php/user:cavesomething:crosscompiling_for_windows?rev=1274363285
New Revision: http://wiki.metalforge.net/doku.php/user:cavesomething:crosscompiling_for_windows

-- 
This mail was generated by DokuWiki at
http://wiki.metalforge.net/




More information about the crossfire-wiki mailing list