Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 netbeans 6.7 中有 aac/c++ 项目。该项目要求 .dll 文件与 .exe 文件位于同一目录中,并且还需要同一目录中的“媒体”目录(包含一堆 png 文件)。我想对其进行设置,以便 netbeans 会自动为我执行此操作。我该怎么做呢?
您可以编辑 Makefile,特别是目标文件,并在 .exe 旁边.build-post放置一些命令来复制所需的文件。cp
.build-post
cp