test on windows

This commit is contained in:
James Turk 2005-08-18 05:59:56 +00:00
parent 9a42496dc5
commit de7893e0e0
3 changed files with 15 additions and 14 deletions

View File

@ -5,7 +5,7 @@
// James Turk (jpt2433@rit.edu) // James Turk (jpt2433@rit.edu)
// //
// Version: // 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" #include "photon.hpp"
using namespace photon; using namespace photon;
@ -205,6 +205,7 @@ int PhotonMain(const StrVec& args)
int PhotonMain(const StrVec& args) int PhotonMain(const StrVec& args)
{ {
std::cerr << "Photon compiled without OpenAL support.\n"; std::cerr << "Photon compiled without OpenAL support.\n";
return 0;
} }
#endif //PHOTON_USE_OPENAL #endif //PHOTON_USE_OPENAL

View File

@ -1,11 +1,11 @@
[] []
#config1.ini #config1.ini
[sec2] [sec2]
fancy = 0 fancy = 0
fancy2 = "james" fancy2 = "james"
[sec] [sec]
int=3 int=3
float=3 float=3
string=three string=three

View File

@ -1,9 +1,9 @@
[] []
#config2.ini #config2.ini
[sec] [sec]
var = 0 var = 0
hex = 0xff hex = 0xff
[sec2] [sec2]
var = 2 var = 2