summaryrefslogtreecommitdiff
path: root/test/scr038/nMakefile
diff options
context:
space:
mode:
authorZhang Qiang <qiang.z.zhang@intel.com>2012-05-29 11:25:24 +0800
committerZhang Qiang <qiang.z.zhang@intel.com>2012-05-29 11:25:24 +0800
commite776056ea09ba0b6d9505ced6913c9190a12d632 (patch)
tree092838f2a86042abc586aa5576e36ae6cb47e256 /test/scr038/nMakefile
parent2e082c838d2ca750f5daac6dcdabecc22dfd4e46 (diff)
downloaddb4-e776056ea09ba0b6d9505ced6913c9190a12d632.tar.gz
db4-e776056ea09ba0b6d9505ced6913c9190a12d632.tar.bz2
db4-e776056ea09ba0b6d9505ced6913c9190a12d632.zip
updated with Tizen:Base source codes
Diffstat (limited to 'test/scr038/nMakefile')
-rw-r--r--test/scr038/nMakefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/scr038/nMakefile b/test/scr038/nMakefile
deleted file mode 100644
index 59926c8..0000000
--- a/test/scr038/nMakefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# Makefile for building db_sql generated code on Windows.
-
-!include <win32.mak>
-
-bdb_dir = "../../build_windows"
-
-all: sample.exe
-
-.c.obj:
- $(cc) $(cdebug) $(cflags) $(cvars) /I$(bdb_dir) $*.c
-
-sample.exe: sample.obj sample_verify.obj
- $(link) $(ldebug) $(conflags) -out:sample.exe sample.obj sample_verify.obj $(conlibs) /LIBPATH:$(bdb_dir)/Win32/Debug libdb48d.lib
-