only perform compilation phase for verify C++-compliance, no linkage and running

This commit is contained in:
George Danchev
2012-04-21 09:14:14 +00:00
parent 81528460b6
commit 515759b2b6
2 changed files with 21 additions and 23 deletions

View File

@ -13,11 +13,11 @@
#include <inttypes.h>
extern "C" {
#include <libburn/libburn.h>
#include <libisofs/libisofs.h>
#include "libburn/libburn.h"
#include "libisofs/libisofs.h"
// using namespace burn;
// (this was needed to before rev.4062 of libisoburn)
#include <libisoburn/libisoburn.h>
#include "libisoburn/libisoburn.h"
}
int main() {