Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyneu committed Dec 5, 2017
1 parent aa466bb commit 68630cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tool3/MainFrm.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

// MainFrm.cpp : implementation of the CMainFrame class
//

//-inputresource:lib.dll

#include "stdafx.h"
#include "tool3.h"
Expand Down
4 changes: 3 additions & 1 deletion tool3/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ DLLFLAGS=-SUBSYSTEM:windows -DLL
GUILIBS=
RC=rc
RCVARS=/DWIN32 /D_WIN64 /DNDEBUG /D_UNICODE /DUNICODE /D_AFXDLL /l0x0409 /Ix64\Release\ /nologo /fox64\Release\tool3.res
MT=mt
MTSTUFF=/nologo /verbose -outputresource:x64\Release\tool3.exe -manifest x64\Release\tool3.exe.manifest

tool3.exe : tool3.obj MainFrm.obj tool3.res
$(LINKER) $(GUIFLAGS) x64\Release\MainFrm.obj x64\Release\tool3.obj x64\Release\tool3.res $(GUILIBS)

$(MT) $(MTSTUFF)
tool3.obj : tool3.cpp
-@ if NOT EXIST "x64" mkdir "x64"
-@ if NOT EXIST "x64\Release" mkdir "x64\Release"
Expand Down

0 comments on commit 68630cc

Please sign in to comment.