test on windows
This commit is contained in:
parent
9a42496dc5
commit
de7893e0e0
@ -5,7 +5,7 @@
|
||||
// James Turk (jpt2433@rit.edu)
|
||||
//
|
||||
// Version:
|
||||
// $Id: Audio_test.cpp,v 1.16 2005/08/17 06:35:56 cozman Exp $
|
||||
// $Id: Audio_test.cpp,v 1.17 2005/08/18 05:59:56 cozman Exp $
|
||||
|
||||
#include "photon.hpp"
|
||||
using namespace photon;
|
||||
@ -205,6 +205,7 @@ int PhotonMain(const StrVec& args)
|
||||
int PhotonMain(const StrVec& args)
|
||||
{
|
||||
std::cerr << "Photon compiled without OpenAL support.\n";
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif //PHOTON_USE_OPENAL
|
||||
|
@ -1,11 +1,11 @@
|
||||
[]
|
||||
[]
|
||||
#config1.ini
|
||||
|
||||
[sec2]
|
||||
|
||||
[sec2]
|
||||
fancy = 0
|
||||
fancy2 = "james"
|
||||
|
||||
[sec]
|
||||
int=3
|
||||
float=3
|
||||
string=three
|
||||
|
||||
[sec]
|
||||
int=3
|
||||
float=3
|
||||
string=three
|
||||
|
@ -1,9 +1,9 @@
|
||||
[]
|
||||
[]
|
||||
#config2.ini
|
||||
|
||||
[sec]
|
||||
|
||||
[sec]
|
||||
var = 0
|
||||
hex = 0xff
|
||||
|
||||
[sec2]
|
||||
|
||||
[sec2]
|
||||
var = 2
|
||||
|
Loading…
Reference in New Issue
Block a user