Преглед изворни кода

*** TAG 2.0 RELEASE ***.

See http://assimp.svn.sourceforge.net/viewvc/assimp/trunk/CHANGES?revision=845&view=markup for the official changelist. Many thanks to all contributors!

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@863 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
aramis_acg пре 15 година
родитељ
комит
b12d8be8ca
3 измењених фајлова са 3 додато и 3 уклоњено
  1. BIN
      doc/AssimpDoc_Html/AssimpDoc.chm
  2. 2 2
      packaging/windows-innosetup/script_vieweronly.iss
  3. 1 1
      revision.h

BIN
doc/AssimpDoc_Html/AssimpDoc.chm


+ 2 - 2
packaging/windows-innosetup/script_vieweronly.iss

@@ -20,8 +20,8 @@ ArchitecturesInstallIn64BitMode=x64
 
 
 
 
 [Run]
 [Run]
-Filename: "{app}\stub\vcredist_x86.exe"; StatusMsg: "Installing VS2008 SP1 redistributable package (32 Bit)"; Check: not IsWin64
-Filename: "{app}\stub\vcredist_x64.exe"; StatusMsg: "Installing VS2008 SP1 redistributable package (64 Bit)"; Check: IsWin64
+Filename: "{app}\stub\vcredist_x86.exe"; Parameters: "/qb"; StatusMsg: "Installing VS2008 SP1 redistributable package (32 Bit)"; Check: not IsWin64
+Filename: "{app}\stub\vcredist_x64.exe"; Parameters: "/qb"; StatusMsg: "Installing VS2008 SP1 redistributable package (64 Bit)"; Check: IsWin64
 
 
 [Files]
 [Files]
 
 

+ 1 - 1
revision.h

@@ -1 +1 @@
-#define SVNRevision  858 
+#define SVNRevision  863