Procházet zdrojové kódy

Modified for new directory structure.


git-svn-id: https://svn.microneil.com/svn/CodeDweller-Tests/trunk@15 b3372362-9eaa-4a85-aa2b-6faa1ab7c995
master
adeniz před 10 roky
rodič
revize
a13967b811
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      TestChild/buildAndRun

+ 2
- 2
TestChild/buildAndRun Zobrazit soubor

@@ -1,11 +1,11 @@
CFLAGS='-ICodeDweller -std=c++0x -g -O0'
CFLAGS='-I.. -std=c++0x -g -O0'
g++ $CFLAGS childProgram.cpp -o childProgram
if [ $? -ne 0 ]
then
exit -1
fi

g++ $CFLAGS testChild.cpp CodeDweller/child.cpp -o testChild
g++ $CFLAGS testChild.cpp ../CodeDweller/child.cpp -o testChild
if [ $? -ne 0 ]
then
exit -1

Načítá se…
Zrušit
Uložit