build better in msvc7
This commit is contained in:
parent
7d829390e7
commit
f162556f72
|
|
@ -80,7 +80,7 @@
|
|||
#define PACKAGE "ppremake"
|
||||
|
||||
/* The default value of INSTALL_DIR within ppremake. */
|
||||
#define INSTALL_DIR "C:\\Panda3d"
|
||||
#define INSTALL_DIR "C:/Panda3d"
|
||||
|
||||
/**************** UPDATE VERSION NUMBER HERE ****************
|
||||
** Also be sure to change the version number **
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@
|
|||
#include "ppDependableFile.h"
|
||||
#include "tokenize.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Function: PPDirectoryTree::Constructor
|
||||
// Access: Public
|
||||
|
|
|
|||
Loading…
Reference in New Issue