Skip to content

Commit e45761d

Browse files
committed
Fixed make dist to include InventoryDemo-Info.plist needed by Xcode build.
Updated the docs as regards to what we've recently tested builds with.
1 parent 16fdab9 commit e45761d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

doc/doxygen/compiling.dox

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Crazy Eddie's GUI System Mk-2 is currently known to compile and run on the
77
following systems:
88

99
- Various flavors of Linux using gcc.
10-
- Microsoft Windows using Visual C++ versions 7.1 through 10 (both express and
11-
professional versions where applicable).
12-
- Apple Mac OS X running Xcode (tested on version 10.5.8 with Xcode 3.1).
10+
- Microsoft Windows using Visual C++ - both express and professional versions
11+
where applicable. (Tested on Windows XP with MSVC++ 2010).
12+
- Apple Mac OS X running Xcode (tested on version 10.7.2 with Xcode 4.2.1).
1313

1414
It is very possible that the system will compile with other compilers and run on
1515
other systems, though those mentioned above have been tested.

projects/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ EXTRA_DIST = premake/README \
7878
Xcode/FirstWindow-Info.plist \
7979
Xcode/FontDemo-Info.plist \
8080
Xcode/InstancedWindows-Info.plist \
81+
Xcode/InventoryDemo-Info.plist \
8182
Xcode/Minesweeper-Info.plist \
8283
Xcode/RendererSelector.xib \
8384
Xcode/ScrollablePaneDemo-Info.plist \

0 commit comments

Comments
 (0)