build better in msvc7

This commit is contained in:
David Rose 2004-09-30 21:21:33 +00:00
parent 7d829390e7
commit f162556f72
2 changed files with 3 additions and 1 deletions

View File

@ -80,7 +80,7 @@
#define PACKAGE "ppremake" #define PACKAGE "ppremake"
/* The default value of INSTALL_DIR within ppremake. */ /* The default value of INSTALL_DIR within ppremake. */
#define INSTALL_DIR "C:\\Panda3d" #define INSTALL_DIR "C:/Panda3d"
/**************** UPDATE VERSION NUMBER HERE **************** /**************** UPDATE VERSION NUMBER HERE ****************
** Also be sure to change the version number ** ** Also be sure to change the version number **

View File

@ -8,6 +8,8 @@
#include "ppDependableFile.h" #include "ppDependableFile.h"
#include "tokenize.h" #include "tokenize.h"
#include <algorithm>
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
// Function: PPDirectoryTree::Constructor // Function: PPDirectoryTree::Constructor
// Access: Public // Access: Public