summaryrefslogtreecommitdiffstats
path: root/windows/bootpgm/native/SOURCES
diff options
context:
space:
mode:
authorDirk2014-06-10 14:19:40 +0200
committerDirk2014-06-10 14:19:40 +0200
commit8bb7ed968db64e9b12a6447e2eec3586ef9e935c (patch)
treecd038af0c4b67b2f9a029e4a203fcf102f42aa13 /windows/bootpgm/native/SOURCES
parentMinor cleanup. (diff)
downloadtm-scripts-8bb7ed968db64e9b12a6447e2eec3586ef9e935c.tar.gz
tm-scripts-8bb7ed968db64e9b12a6447e2eec3586ef9e935c.tar.xz
tm-scripts-8bb7ed968db64e9b12a6447e2eec3586ef9e935c.zip
Windows system name changer during bootup.
Diffstat (limited to 'windows/bootpgm/native/SOURCES')
-rw-r--r--windows/bootpgm/native/SOURCES16
1 files changed, 16 insertions, 0 deletions
diff --git a/windows/bootpgm/native/SOURCES b/windows/bootpgm/native/SOURCES
new file mode 100644
index 00000000..f0c287c1
--- /dev/null
+++ b/windows/bootpgm/native/SOURCES
@@ -0,0 +1,16 @@
+TARGETNAME=bootpgm
+TARGETPATH=..\obj
+TARGETTYPE=PROGRAM
+
+TARGETLIBS=\
+ ..\obj\i386\common.lib\
+ $(DDK_LIB_PATH)\ntdll.lib\
+ $(DDK_LIB_PATH)\nt.lib
+# $(DDK_LIB_PATH)\libcmt.lib
+# $(DDK_LIB_PATH)\ntoskrnl.lib
+
+
+INCLUDES=$(SDK_INC_PATH);$(DDK_INC_PATH);..\win32
+
+SOURCES= native.cpp
+#UMTYPE=nt \ No newline at end of file