本帖最后由 snakeemail 于 2012-7-1 18:35 编辑
- #include "qp_port.h"
- #include "bsp.h"
- #include "game.h"
问题1:上面的三个文件在C:\QP\qpc\include中,
可是main.c和make.bat都在C:\QP\qpc\examples\80x86\dos\watcom\l\game,
编译器是如何找到.h文件的呢? 似乎是使用windows的环境变量,让编译器知道位置,但是我在make.bat和环境变量中都没有找到?
|